Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 39 | |
| 35 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 73 | |
| 73 | |
| 38 | |
| 35 | |
| 26 |