Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
What is causing my KPI card indicator to show blank?
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?
Wish we could downvote. Would help to parse valid responses from bandwidth wasters.
Such as your own reply you mean? LOL
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.
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 .
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:
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.
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
@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?
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. ![]()
Regards
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 51 | |
| 43 | |
| 39 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |