Forum Discussion
TonyGu
4 years agoHelper I
DAX Measure needs Help
I am trying to writing a measure that return the count of active patient of the previous month. I have written a measure that return the count of previous year working. But when I expand to month lev...
- 4 years ago
Sorry:
Active Base Count PM = CALCULATE([Active Base count], PREVIOUSMONTH(DimDates[Date]))
Whitewater100
4 years agoSolution Sage
Hello:
COGC PM = CALCULATE([Active Base count], PREVIOUSMONTH(Dates[Date]))
Thanks..
- Whitewater1004 years agoSolution Sage
Sorry:
Active Base Count PM = CALCULATE([Active Base count], PREVIOUSMONTH(DimDates[Date]))