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
Anonymous
Not applicable

KPI Indicator Showing "(BLANK)"

What is causing my KPI card indicator to show blank?

 

Capture.PNG

 

The indicator is the following:

Total Cumulative Spend = CALCULATE (
   [Total Spend],
    FILTER (
        ALL ( 'Date'[Month] ),
        'Date'[Month] <= MAX ( 'Date'[Month] )
    )
)

Any ideas why my card is showing "(BLANK)" in the indicator?

11 REPLIES 11
polymathy2017
Advocate III
Advocate III

Wish we could downvote. Would help to parse valid responses from bandwidth wasters.

Such as your own reply you mean? LOL

Anonymous
Not applicable

I created a field called Current Year which is just "Current Year = YEAR(TODAY())"

 

Anyways, I dragged that field into the Trend Axis and it solved my problem.

Anonymous
Not applicable

did anyone fix this , i am getting the same issue that affects only KPIS

if i put the measure in a card i get a 0 if its blank or the total but if i put the same measure in a kpi all i get is a 0 even though in the card it has a value .

Anonymous
Not applicable

The KPI measure will display blank when it evaluates to blank and the KPI goal is not blank. A good way to visualize this scenario is to add the KPI measure and goal to a table with the same filters as the KPI visual. Here is an example:

 

PowerBI_KPI_Blank.png

 

One way to fix this is to use a measure for the KPI goal (Which is a good practice anyway), and only display the goal when the measure is not blank.

 

KPI Measure Goal :=
IF ( ISBLANK ( [KPI Measure] ), BLANK (), 258051 )

genius - I couldn't figure out how to remove blank based on another measure/column- thanks a lot! 

Sometimes, when I have a blank row it has something to do with the (direction of the) relationship. And therefore, I do not need this formula. 

dearwatson
Continued Contributor
Continued Contributor

I dont see anything that stands out as wrong... might need a sample link or check all the measures/data to help.

 

Cheers

Greg

I had this happen and preferred a Zero so instead of using a measure as my target value, I used a column and it worked

Anonymous
Not applicable


@dearwatson wrote:

I dont see anything that stands out as wrong... might need a sample link or check all the measures/data to help.

 

Cheers

Greg


Just to see what's exactly is going on I created two visuals--KPI card with just the Total Cumulative Spend and a matrix with the breakdown of the Total Cumulative spend by month. The KPI card is showing the most recent (June) spend amount which is $1.05M but it should be showing the total spend from January - June. Any idea why it's doing that?

 

1.PNG

Hi @Anonymous,



The KPI card is showing the most recent (June) spend amount which is $1.05M but it should be showing the total spend from January - June. Any idea why it's doing that?

 


This is the expected result for KPI visual on Power BI. Only the last indicator value will be shown according to the Trend axis on the KPI visual currently. Smiley Happy

 

Regards

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

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.