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
grmumford16
New Member

DAX Issue in Power BI Designer

Hi All,

 

This is a very specific question.  In Power BI Designer, I'm working with exam data where the column headers are different course titles along with the assignment (ex: ADAExam, ADAAssignment, etc).  Using DAX, I want to create a measure that will average an individual column (ADAExam) that filters out blank cells as well as the value 0.  I know I can get around blank cells using AVERAGEA, but I'm not positive I'm filtering around 0 properly.  What I have is:  CALCULATE(AVERAGEA(Table1[ADARes]), Table1[ADARes] <> 0)

Designer seems to accept that, but when I drag the measure out into the canvas, it gives a warning sign saying that it "cannot retrieve the data for this visualization."

 

Any help with the formula or insight as to why this is happening would be very helpful!

 

Thanks

3 REPLIES 3
ashishrj
Power Participant
Power Participant

Try changing the visualization type to a score card or table.

Unforunately I've already tried that and I've got the same message for each.

Is Table1[ADARes] formatted as a number?

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.