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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.