Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi there, Im trying to build a mock of a report, so please ignore some of the formatting.
I have manually coloured and set the directions of those arrows, but those are for the totals. The current and previous months cards may not follow that when you use the slicer to break it down by individual.
Is there any way I can have the arrows dynamically change direction and colour depending on the difference between the numbers above and below (to the left of each arrow)?
Solved! Go to Solution.
With IF condition you can create a measure
if( this value < that value ,UNICHAR(123456) ,Unichar(132345)) just example
all unichar values available in this link https://www.vertex42.com/ExcelTips/unicode-symbols.html
you can use a card and use Title and in the title you can add this measure
Proud to be a Super User!
@ergocorp you have different coloured shapes check them! and share your Kudos and if it is your soltuion Mark this as solution!
Proud to be a Super User!
Thanks,
You've given me a couple of questions though.
1. Conditional Measures. I think that would be a create measure, can i just google how to set that up?
2. Once i have done that, which visualisation would I use to display it?
3. I've never used unichar() is that a DAX expression?
Thanks
With IF condition you can create a measure
if( this value < that value ,UNICHAR(123456) ,Unichar(132345)) just example
all unichar values available in this link https://www.vertex42.com/ExcelTips/unicode-symbols.html
you can use a card and use Title and in the title you can add this measure
Proud to be a Super User!
Excellent, I have that working. The next query is around colour. Can I add that in do you know?
@ergocorp you have different coloured shapes check them! and share your Kudos and if it is your soltuion Mark this as solution!
Proud to be a Super User!
Thanks!
You need to create a conditional measure with different colour and then use unichar() values to create those arrows instead of manual shapes!
Proud to be a Super User!
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 43 | |
| 35 | |
| 35 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 58 | |
| 28 | |
| 27 | |
| 25 |