Forum Discussion
finding values not zero
Hi,
It works absolutely fine.
Greetings again,
Again thank you for working through this issue with me.
I have isolated the issue down to my use of a measure with a measure, "Sales 2017" is itself a measure "active = CALCULATE(counta(gross_sales[user_id]),gross_sales[Sales 2017]>0)" resulting in the error message, "A function 'CALCULATE' has been used in a True/False expression that is used as a table filter expression. This is not allowed." My data is "gross_sales".
I have replicated your Data table, where I have individual values in the "Sale 2017" column, not a measure. In the Data table your formula works as designed.
I have attached a sample of my report to this reply.
Is there a way to make my measure "Sales 2017" work within this scenario? Alternates?