Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Need to add green arrow inside the visual. Using unichar i can add one up arrow but that one is black. I want such unichar which have bydefault green color. Similary which we already have it for red down arrow i.e. 128315.
Solved! Go to Solution.
Thanks for the reply from hackcrr , please allow me to provide another insight:
Hi @Sameer5858 ,
Do you mean to display the bars in clustered bar chart with up and down arrows, you can check the following documented steps to use Error bars:
Refer to:
Visualizing Change with Arrow Charts in Power BI | by Sajjad Ahmadi | Medium
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for the reply from hackcrr , please allow me to provide another insight:
Hi @Sameer5858 ,
Do you mean to display the bars in clustered bar chart with up and down arrows, you can check the following documented steps to use Error bars:
Refer to:
Visualizing Change with Arrow Charts in Power BI | by Sajjad Ahmadi | Medium
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Create a Measure with the Up Arrow:
UpArrow = UNICHAR(9650) -- This is the black ▲ symbol
You can create another measure that assigns a color based on the value. For example, to make the arrow green when certain conditions are met:
ColorMeasure = IF([YourValue] > 0, "Green", "Black")
Go to the “Format” pane. Expand the “Conditional formatting” section and choose “Font color”.Select the field that contains your conditional color logic (ColorMeasure).
Workaround with Color using Emoji:
If you're open to using emojis instead, you can use a green up arrow emoji (🟢🔺). The color may vary slightly depending on the platform, but it's green by default.
UpArrow = "🟢🔺"
hackcrr
If I have answered your question, please mark my reply as solution and kudos to this post, thank you!
I need to use this perticular measure inside the measer with concatenate with other measures there i cannot able to use the conditional formatting or any other formatting. I used this perticular solution but not useful in my case. Thanks
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
4 | |
2 | |
2 |
User | Count |
---|---|
4 | |
3 | |
3 | |
3 | |
2 |