Forum Discussion
Embedding up and down arrows in visual and changing them based on condition
- 8 years ago
Hi tarun16feb,
It seems no green arrow in unichar. Maybe you can try to format the column. Please refer to Power-BI-Desktop-DAX-Using-Unicode-Arrows-as-Measures-in-a-Tabl.
Measure = IF ( MIN ( 'Table1'[Column1] ) < 600, UNICHAR ( 9650 ), UNICHAR ( 128315 ) )
Best Regards,
Dale
Hi tarun16feb,
It seems no green arrow in unichar. Maybe you can try to format the column. Please refer to Power-BI-Desktop-DAX-Using-Unicode-Arrows-as-Measures-in-a-Tabl.
Measure = IF ( MIN ( 'Table1'[Column1] ) < 600, UNICHAR ( 9650 ), UNICHAR ( 128315 ) )
Best Regards,
Dale
We cannot really say that Green up Arrow problem is solved because even if you give green color default in formatting and give condition to change it to RED COLOR Arrow in measure calculation, when you pin that tile/table to Dashboard it won't take Green color which is defaulted in formatting.
Dashboard can only accept colored Arrows/symbol which are given through measures.
Formatted to Green color in report
Dashboard shows like this
Is there any formatting techniques Power BI has for Dashboards?