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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
may17
New Member

Matrix - last 3 months' average to be appended to matrix

Hi,

 

I have created a matrix like the one below using a calculated field that shows displays Sales numbers across 2 levels, as a % (percentage) of the previous level, Level 1 and 2 being STATE and CITY.

 

I would like to add another column towards the end that displays the average of this % metric, for the last 3 months of my dataset. Currently, I am working with data till January 2018. However, as I keep adding new data every month, this will change.

 

Request your help with a DAX formula to implement this.

 Power BI Query.PNG

 

Below are the formulae I have used for the calculated field-

 
% level 2 = DIVIDE(sum('Sales Data'[Sales]),CALCULATE(sum('Sales Data'[Sales]),ALLSELECTED('Sales Data'[CITY])  ) )
 
% level 1 = DIVIDE(sum('Sales Data'[Sales]),CALCULATE(sum('Sales Data'[Sales]),ALLSELECTED('Sales Data'[STATE])  ) )
 
Level 1 = if([% level 2]=1 , [% level 1],[% level 2])        #This is the field I used for the matrix
 
 
3 month rolling average formula that did not work-
3mnth = CALCULATE([Level 1],DATESINPERIOD('Sales Data'[Reporting Month],LASTDATE('Sales Data'[Reporting Month]),-3,MONTH))/3
 
 
1 REPLY 1
v-jiascu-msft
Employee
Employee

Hi @may17,

 

Just see from the formula, it should work. I would suggest you create an independent date table and establish relationships with other tables. Can you share a sample?

 

Best Regards,

Dale

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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