Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have this Measure for changing arrows from up to down or blank and it works well.
Intake Arrows
Intake Arrows = SWITCH(TRUE(),
Intakes[Intake Variance %]<0, UNICHAR(9660),
Intakes[Intake Variance %]>0, UNICHAR(9650),
BLANK()
)
Please can someone tell me how to make arrows automatically red when less than 0 and green when greater than 0 or blue when no changes at all.
Thank you
I would recommend you watching this, you'll get the answer 🙂
Hi, @Anonymous
Accoding to your description, you want to "make arrows automatically red when less than 0 and green when greater than 0 or blue when no changes at all.".
Here are the steps you can refer to :
(1)We can just create another measure like this:
Color Measure = SWITCH(TRUE(),
Intakes[Intake Variance %]<0, "green",
Intakes[Intake Variance %]>0, "blue",
BLANK()
)
(2)Then we can put this measure on your [Intake Arrows]'s conditional format:
Then we can get the result as follows:
For more information , you can refer to :
#02 Dynamically Change Colors with Dax in PowerBI Part 1 - Bing video
Apply conditional table formatting in Power BI - Power BI | Microsoft Learn
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Thank you but it did not work on card, because I do not have the options in your screen shot on mine
Hi, @Anonymous
You can configure the color measure here :
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
@Anonymous check this post Solved: UNICHAR: Green Up-arrow and Red Down-arrow - Microsoft Fabric Community
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
User | Count |
---|---|
84 | |
79 | |
71 | |
48 | |
43 |
User | Count |
---|---|
111 | |
54 | |
50 | |
40 | |
40 |