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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

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
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.