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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Damian911
Frequent Visitor

average - Confused

Damian911_0-1720488737817.png

I have a power bi dataset that is calculating the average of our rental systems.  I believe this value is correct.  However when you export the data and sum it, it does not sum to 28.63.  It Sums to 35.04 which is not correct.  

Can anyone explain to me why?  

Very confused 🙂

1 ACCEPTED SOLUTION
mickey64
Super User
Super User

I show you a simple example.

 

Step 0: I use this data below.

mickey64_0-1720534110327.png

 

Step 1: I get the data with Power BI Desktop and make a measure below.

    Weight Avg = AVERAGE('Weight'[Weight kg])

 

Step 2: I make a matrix.

mickey64_2-1720534452115.png

In this matrix, "53.33" is not a 'Simple average' of "75 and 42.5".  (53.33 = (70+80+40+50+45+35)/6)

In this matrix, 'Total' doesn't mean 'Sum of 75 and 42.5' but 'Average of weight of 6 persons'.

View solution in original post

2 REPLIES 2
mickey64
Super User
Super User

I show you a simple example.

 

Step 0: I use this data below.

mickey64_0-1720534110327.png

 

Step 1: I get the data with Power BI Desktop and make a measure below.

    Weight Avg = AVERAGE('Weight'[Weight kg])

 

Step 2: I make a matrix.

mickey64_2-1720534452115.png

In this matrix, "53.33" is not a 'Simple average' of "75 and 42.5".  (53.33 = (70+80+40+50+45+35)/6)

In this matrix, 'Total' doesn't mean 'Sum of 75 and 42.5' but 'Average of weight of 6 persons'.

Shravan133
Super User
Super User

Hi,

 

We need more details. Whats your measure look like? are you using averagex function?

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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.

Top Solution Authors