Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
The KPI sparkline graph looks great and exaclty correct, its just the KPI value that is wrong. Example data with what it is doing now vs what I want it to do.
hi @KarmaP
Thanks for the explanation! That makes sense — the KPI card was averaging the row-level percentages instead of calculating the overall percentage from totals. Your solution with SUM(Value) / SUM(Total) is exactly what I needed. Appreciate you sharing it!
hi @KarmaP
Thanks for the explanation! That makes sense — the KPI card was averaging the row-level percentages instead of calculating the overall percentage from totals. Your solution with SUM(Value) / SUM(Total) is exactly what I needed. Appreciate you sharing it!
Were you able to find a resolution to this? I'm having the same problem. KPI visual shows the last month's metric, but I want to show the metric percent over the full time period.
Hi,
Share some data to work with and show the expected result. Share data in a format that can be pasted in an MS Excel file.
@KarmaP , Are you using a measure like
divide( sum(Table[Expense Amount]), Sum(Table[Base Amount]) )
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Can't post right now but yea I am doing that exact formula. Very simple.
the KPI will return the last value in the time series. So for this example doing the formula you suggest returns 5% when using the standard PowerBI KPI visual.
when trying the downloaded KPI indicator visual it shows the same but as the option for sim or average instead of last value. The sum just adds up all the %s which is wrong and the average isn't right either.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.