Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. 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!
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 50 | |
| 44 | |
| 42 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 33 | |
| 32 | |
| 32 |