Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi,
I want to use the KPI box but it shows only the very last value from the table - not the sum unlike the "Card" (see pic)
Can you help?
Solved! Go to Solution.
Hi CNC_Reporting,
The KPI visual can only show the latest value on the trend.
Also the Auto Display Units does not work at all.
If you really want to use the KPI Visual, you can get the total SUM, but you will have to sacrifice the Trend Axis then.
In order to do so, simply add a column into the trend line, where all the values are the same.
You can for instance use a new calculated column for this with the formula
SumKPI = 1
Best Regards
Kaj
Hi CNC_Reporting,
The KPI visual can only show the latest value on the trend.
Also the Auto Display Units does not work at all.
If you really want to use the KPI Visual, you can get the total SUM, but you will have to sacrifice the Trend Axis then.
In order to do so, simply add a column into the trend line, where all the values are the same.
You can for instance use a new calculated column for this with the formula
SumKPI = 1
Best Regards
Kaj
Thanks, thats strange but it did the trick!