Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi all,
So I need a card that can show not only sum of value but the progress such as positive/negative progess without setting a target (not a KPI card)
let say the value right now is 100, but maybe it will change to 120 next week. So the value in the card will change to 120 with additional information +20.
any idea ? thanks before 🙂
Hi @Anonymous ,
You could calculate the increase/decrease and combine it with your current value.
Here is my test file for your reference. I used calculated column, you could refer to it and use column/measure to get your result.
Thanks for the input, is it possible to give a conditional formatting if the value negative it will change to red, and positive to green ?
Hi @Anonymous ,
Sorry to reply to you after so long.
You could create a new column to set increase/decrease.
Column 2 =
var a =
CALCULATE(FIRSTNONBLANK('Table'[Column2],1),FILTER('Table','Table'[Column1]=EARLIER('Table'[Column1])-1))
return
'Table'[Column2]-a
Then set rules in conditional formatting.
Hi @Anonymous
if I understand you correct, you can create a measure that calculate data in desired format and put it into the Card visual
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 53 | |
| 42 | |
| 30 | |
| 24 |