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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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?

10 REPLIES 10
polymathy2017
Advocate III
Advocate III

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

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.

anwar_b_uk
Frequent Visitor

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
Responsive Resident
Responsive Resident

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

 

Cheers

Greg

"The commonality between science and art is in trying to see profoundly - to develop strategies of seeing and showing." - Edward Tufte

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.