Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
dmalviya
Frequent Visitor

Issue with 12 Month Moving Average Calculation - Need Help

Hi,

 

i am facing issue while calculating 12 month moving average.  I am using below formulas -

 

Number of periods =
CALCULATE (
    CALCULATE ( COUNTROWS ( VALUES ( DimDate[MonthName] ) )),
    DATESBETWEEN (
        DimDate[Date],
        NEXTDAY ( SAMEPERIODLASTYEAR ( LASTDATE ( DimDate[Date] ) ) ),
        LASTDATE ( DimDate[Date] )
    )
)

 

--------------------------------------------------------------------------------------

12 Month Sales Moving Average =
CALCULATE (
    [TotalVolume],
    DATESBETWEEN (
        DimDate[Date],
        NEXTDAY ( SAMEPERIODLASTYEAR ( LASTDATE ( DimDate[Date].[Date] ) ) ),
        LASTDATE ( DimDate[Date].[Date] )
    )
)
    / [Number of periods]

 

-------------------------------------------

 

the above formula is working correctly. But there is one issue. Sales table is missing some months transaction. Like there is no transaction for October, November & December 2018 month but still graph shows [12 Month Moving Average] for these months.

Similarly few months are missing from January to September also but value is coming.

 

My requirement is that graph should show [12 Month Moving Average] for the months for which transactions available.

 

DimDate is monthly & generated for full 2017 & 2018 year. All months are covered.

Sales table has sales data but some months are missing.

Issue.PNG

 

 

Now you see on above picture some value is coming as Blank & also value for October, November & Deceber 2018. But there is no transaction for these months.

 

Please suggest how to fix this issue.

 

 

1 REPLY 1
v-cherch-msft
Microsoft Employee
Microsoft Employee

Hi @dmalviya

 

You may try to remove .[Date] in the formula. Below is the article for your reference. If it is not your case, please share some data sample. You can upload it to OneDrive or Dropbox and post the link here.

 

https://www.sqlbi.com/articles/rolling-12-months-average-in-dax/

 

Regards,

Cherie

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.