Forum Discussion
shubham345
6 years agoRegular Visitor
powerbi
I have net net revenue ,net engagement margin ,client name ,em%(em/nr) by each fiscal year.I need to calculate client count for 80% of em?
v-xuding-msft
6 years agoCommunity Support
Hi shubham345 ,
Please try like this:
Measure = COUNTROWS(FILTER('Table',[em%]>=0.8))Measure = COUNTROWS(FILTER(ALLEXCEPT('Table','Table'[fiscal year]),[em%]>=0.8))
If they don't work, please share some sample data and expected output. We will understand clearly.