Forum Discussion
Anonymous
3 years agoNot applicable
Monthly % Change visual - Function
Hey guys, I'm trying to create a visual that indicates whether an increase or decrease has occured to a variable compared to the previous month. If an increase has occured, I would like a green u...
NewbieYR
3 years agoFrequent Visitor
Looks like we are in the same business 🙂
Right click the Values and select Icon in Conditional formatting.
- Anonymous3 years agoNot applicable
I want to create a card visual and display the percentage change and icon. Won't I need to create a new function/measure to get the values out of the above DAX Function first?
- NewbieYR3 years agoFrequent Visitor
If you already have a datetable you can do time intelligence calculation through quick measure to get M2M % change. Your result will be a -/+ %, and you can add a conditional formatting to it.