This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
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
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 24 | |
| 24 | |
| 22 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 49 | |
| 25 | |
| 25 |