This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
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 decreases?
Thank u.
Solved! Go to Solution.
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.
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.
If you know a way to insert bar numbers and display % outside, please let me know.
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
Check out the May 2026 Power BI update to learn about new features.
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 |
|---|---|
| 21 | |
| 21 | |
| 21 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 56 | |
| 53 | |
| 49 | |
| 26 | |
| 25 |