The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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