Forum Discussion
mohit19
8 years agoFrequent Visitor
DAX Result
I have attach a screenshot of my table view :http://prntscr.com/jx6ow8 I have created a measure : Measure 6 = CALCULATE(COUNT(TblStudent[StId]),TblStudent[StStatus]="Active"), which give count of...
jthomson
8 years agoSolution Sage
Seems like a classic case that https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/m-p/63376#U63376 will solve
mohit19
8 years agoFrequent Visitor
It does not solve my problem, can you please provide dax expression for that.