This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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
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 |
|---|---|
| 32 | |
| 26 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 41 | |
| 28 | |
| 22 | |
| 22 |