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
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
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.