Forum Discussion
Anonymous
6 years agoNot applicable
Show progress for card (increase & decrease)
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, b...
Anonymous
6 years agoNot applicable
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 ?
v-eachen-msft
6 years agoCommunity Support
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.