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
Anonymous
Not applicable

Average of Average

Hi All, 

 

I am trying to figure out how to approach this calculation. 

 

I have three measures per day. I need to average each days average and then take the average of those averages over a given time. 

 

 

DayItem1Item2Item3Average
Monday1131.66666667
Tuesday2222
   Avg. Of Avg1.83333333

 

What I am ultimately looking for is the number that is in red. I can do this in excel super quick but cant seem to rationalize how to get the same result in PowerBI. 

 

Perhaps I am overthinking this but I cant seem to work this one out! 

 

THanks, 

 

Nick 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I used GROUPBY to create a DAX table and then calculated the Average per line. I was then able to use this. Thanks for the ideas guys!!! 

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

I didnt properly lay out how my data is formatted. It is more like what is below.

 

What I want to calculate is the numbers in red ultimately. 

 

I already have the "yellow" and "Blue" groups set up with relationships. 

 

The average section is the sum of time / sum of calls. So it is actually a averate time/call type measurement. 

 

 

Capture.PNG

 

Any thoughts?

Anonymous
Not applicable

I used GROUPBY to create a DAX table and then calculated the Average per line. I was then able to use this. Thanks for the ideas guys!!! 

Anonymous
Not applicable

hi, 

 

If the value in red is all you need, just insert a measure. 
Measure = AVERAGE('name of your table'[Average])

Anonymous
Not applicable

I think you are struggling because of how your data is set up ( assuming what you put below is how it is set up).  But going off that just did a simple unpivot other column in Power Query:

PQ.png

Then it's just a simple average formula:

Avg = AVERAGE('Avg of Avg'[Value])

Final Table.png

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.