Forum Discussion
Anonymous
1 year agoNot applicable
Issue with Calculating PM (Previous Month) Measure
Hello Power BI Community, I'm encountering an issue with my DAX measure for calculating the PM (Previous Month) . Here's the context: Problem Overview with scenario: I have a date range bet...
Karthik_KJ
1 year agoRegular Visitor
= CALCULATE(SUM(table[column]), PREVIOUSMONTH('DateTime'[DateKey]))