Forum Discussion
guruvammal
2 years agoFrequent Visitor
Cumlative
Hi Team I Need this hi , Need cumulative Dax function - choose the max of the date cumulative function is working in before the data is add cumulative is coming correctly but i ne...
Anonymous
2 years agoNot applicable
Use Time Intelligence and use functions like TOTALMTD, TOTALQTD or TOTALYTD as the measure
SalesYTD = CALCULATE( [TotalSales, TOTALYTD('Date'[DateKey]))