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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I need to create a group, always taking a block of 3 months and adding the billing.
Nov - Out - Set = 1000
Out - Set - Ag = 5000
Set - Ag - Jul - 8000
I'm happy if someone can help me!!!
@Anonymous , it better to use a rolling month measure
Rolling 3 = CALCULATE(sum(Sales[Sales Amount]),DATESINPERIOD('Date'[Date],MAX('Date'[Date]),-3,MONTH))
Rolling Months Formula: https://youtu.be/GS5O4G81fww