Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
103 | |
98 | |
98 | |
38 | |
37 |
User | Count |
---|---|
152 | |
120 | |
73 | |
72 | |
63 |