Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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 need choose max of date start the cumulative function starting in choose the date which dax i used
Use Time Intelligence and use functions like TOTALMTD, TOTALQTD or TOTALYTD as the measure
SalesYTD = CALCULATE( [TotalSales, TOTALYTD('Date'[DateKey]))