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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

DAX: 12 month rolling with blanks

 

 

Hi,

I am not proficient user in DAX so I ask your support.

I calculated the 12M as follows:

 

12MR = calculate(
sum(Sales[Or Sales Eur]);
datesinperiod(Calendar[YMD];lastdate(Calendar[YMD]);-12;MONTH)
)

 

Basically it works well but if I divide the data in categories, if one category is zero in a specific month (so it is blank), the 12M calculation gets me zero instead of the sum of the previous 12 months. Could you help me? Thanks

esempio.jpg

1 REPLY 1
Anonymous
Not applicable

That's pretty much impossible. It looks like you just don't have any sales in the last 12 months for the months that report 0.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.