Forum Discussion
ericjo
1 year agoHelper III
Add increase/decrease marks to bar chart
I want to add an increase/decrease mark to the bar chart as shown in the following image. As you add, is it possible to change the dynamic color to green if the value increases and red if it d...
- Anonymous1 year ago
Hi, ericjo
You can try the following methods.
Result = IF(ISBLANK([Measure%]),BLANK(),IF([Measure%]>=0,UNICHAR(9650)&FORMAT([Measure%],"Percent"),UNICHAR(9660)&FORMAT([Measure%],"Percent")))Color measure = IF([Measure%]>=0,"Green","Red")Result:
Is this the result you expected?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Jonvoge
1 year agoMost Valuable Professional
Hi ericjo
You can follow this guide: Adding Up and Down Arrows with Color to KPIs in Power BI - The Data School Down Under
Hope it helps!
_____________________________________________________
I hope my comment was helpful.
If your question was answered, please mark your post as 'Solved' and consider giving me a 'Thumbs Up'.
Find me on LinkedIn, Sessionize, or my blog Downhill Data