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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Mourt
Helper I
Helper I

Incorrect Average Result

Hi 

I have a table that consists of 2 columns (Type,Value) there are some values that are blank means they are Zeros

I want to calculate the average of values including the blanks (ex Average of type A = (0.5+0.2+0)/3 not (0.5 +0.2)/2

I tried 

AVERAGEX(SUMMARIZE(VALUES('Table'[type]),'Table'[type],"_value",AVERAGEX('Table','Table'[value])),[_value])



typevalue
A0.5
A0.2
A 
B0.8
B0.1
C 
D0.3
E0.4
F0.2
F 
1 ACCEPTED SOLUTION
vanessafvg
Super User
Super User

values ignores blanks, it would be best to set those blank values to 0 or use distinctcount which counts blanks





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




View solution in original post

1 REPLY 1
vanessafvg
Super User
Super User

values ignores blanks, it would be best to set those blank values to 0 or use distinctcount which counts blanks





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Helpful resources

Announcements
ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.