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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
brunoctesser
Helper I
Helper I

KPI Visual Issue (Blank Value)

I have the following measure which gives me the water consumption:

brunoctesser_0-1665083975880.png

A KPI Visual displays this information, it works fine as long as I have a month/year filtering it:

brunoctesser_1-1665083992828.png

But as soon as I erase the filters, making it consider every month/year, it displays a blank value. Considering it does not have any month/year filtering it, shouldn't it display the total for all the months/years? It does in a card visual. What am I missing?

brunoctesser_2-1665084010713.png

 

And how can I make it show the total, or at least prevent the end user to select all month/years and in turn display this wrong value?

 

Thank you.

2 REPLIES 2

The problem is the FILTER('Table1';'Table1'[TotalScore]=1) that you have as a CALCULATE filter argument.
Change them to 'Table1'[TotalScore]=1 and your two measures should be OK.
This is equivalent to using FILTER(ALL('Table1'[TotalScore]),'Table1'[TotalScore]=1) which gives the same result but is a bit long-winded.

Hope that works for you

 

Regards,

Rachel Gomez

lukiz84
Memorable Member
Memorable Member

Can you share some sample data for the table "Geral"?

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors