I have a column that needs to be a constant value based on two more columns. So I am using this formula
SUM(DISTINCT Balance) FIXED (BY Client, Item).
This is working fine.
However, When I am using the same formula in another beast mode I am getting the below error
(1-SUM(Lost))/ sum ((SUM(DISTINCT Balance) FIXED (BY Client, Item)) + Received)
An invalid column was specified in your request (the column does not exist on the DataSet).
However , all the columns exists in the dataset and the beast mode is saving fine but when I use it in any card I am getting the error.