Forum Discussion
Anonymous
5 years agoNot applicable
Filter on Measure
Hi, I have this measures: Purchase Amount = SUM(Purchases[Amount]) Jobs Cnt3 (excl No purchase) = CALCULATE( COUNTROWS(Job), FILTER(Purchases, CALCULATE([Purchase Amount]) >0) ) and it ...
- Anonymous5 years ago
Sorry for the late reply.
I figured it out, there was an issue with data, some of there figures were not 0, I had figures like 0.0000000005, so it was not exculding it.
Thanks for your feedback.
veenashenolikar
5 years agoHelper V
hi Anonymous ,
The Jobs Cnt3 (excl No purchase) measure is returning the count of rows.. not sum of purchase amount.
Can you elaborate what exactly do you want Jobs Cnt3 (excl No purchase) measure to return?
Thanks,
Veena
- Anonymous5 years agoNot applicable
Sorry for the late reply.
I figured it out, there was an issue with data, some of there figures were not 0, I had figures like 0.0000000005, so it was not exculding it.
Thanks for your feedback.