Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
KPI ticker
Hi there,
I have a KPI ticker inserted. I cant seem to get the sum total values for goal and spent to date to display as default when dashboard loads, only when I select specific items does it update correctly.data
Solved! Go to Solution.
Inside the table where the measure uses a column, you can simple add a calculated column with the formula:
IsData = 1
This will add 1 to all the records for that column in that table.
In the visual you replace the Trend Axis with this new column and you will get the SUM because you eliminate the Trend Line.
But as I mentioned this might not be the solution you're looking for if you want a trend line 🙂
Hi Scott,
The KPI Visual is built to show the latest value only and also the Trend.
A small hack is to add a calculated column where all the values are equal to 1.
If you add this to the Trend Axis you will get the Total SUM but this will remove the Trend Line in the visual.
From my experience you cannot have both in the KPI Visual.
Best
Kaj
Sorry to sound daft, can you explain the calculated column?
@copykai wrote:Hi Scott,
The KPI Visual is built to show the latest value only and also the Trend.
A small hack is to add a calculated column where all the values are equal to 1.
If you add this to the Trend Axis you will get the Total SUM but this will remove the Trend Line in the visual.From my experience you cannot have both in the KPI Visual.
Best
Kaj
Inside the table where the measure uses a column, you can simple add a calculated column with the formula:
IsData = 1
This will add 1 to all the records for that column in that table.
In the visual you replace the Trend Axis with this new column and you will get the SUM because you eliminate the Trend Line.
But as I mentioned this might not be the solution you're looking for if you want a trend line 🙂
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
97 | |
96 | |
58 | |
45 | |
42 |