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.
Hi,
i already have the Past 3 month average of the lastdate
current measure :
measure used =
@Easley06 , You should use date table joined with date of your table
example
3 Month Avg = CALCULATE(AverageX(Values('Date'[MONTH Year]),calculate(Sum(FACT_OFF_TAKE[GROSS_AMT])))
,DATESINPERIOD('Date'[Date ],MAX('Date'[Date ]),-3,MONTH))
Rolling Months Formula: https://youtu.be/GS5O4G81fww
Average of Rolling, Average of Snapshots: https://youtu.be/_pZRdLAJxxA
If you need 3 month on axis
Need of an Independent Date Table:https://www.youtube.com/watch?v=44fGGmg9fHI