Forum Discussion

SaiSpandana2811's avatar
SaiSpandana2811
Regular Visitor
4 years ago
Solved

CALCULATE function does not filter data

I am trying to use the CALCULATE function in DAX to find sum of income in last 12 months. The measure I am using is as below Sub measures Latest Month in Table = MAX(pbi_inc[yymm]) Samemonth_prev ...