Forum Discussion
TonyGu
Helper I
4 years agoDAX 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
Solution Sage
4 years agoHello:
COGC PM = CALCULATE([Active Base count], PREVIOUSMONTH(Dates[Date]))
Thanks..
- Whitewater1004 years ago
Solution Sage
Sorry:
Active Base Count PM = CALCULATE([Active Base count], PREVIOUSMONTH(DimDates[Date]))