Hi,
It would be great if we could make some cross-datasets calculations. For example, dividing Dataset1 - Column A with Dataset2 - Column X. This, even though the two datasets have no keys in common and cannot be joined.
It could also be done via beast mode, like Dataset1- beastmode A * Dataset2 - beastmode B, something like that.
The function we would need for a use-case is actually:
[Count rows dataset A] / [Count rows dataset X]
Thanks in advance for your consideration.