Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Hi, I have this measure which shows up and down arrows(red) apply to card visual, need a way to change colour to green for up arrow and yellow to diamond unichar, does anyone know how to do this?
GS 1 =
SWITCH (
TRUE (),
ISBLANK ( [Total GS Signups] ) || ISBLANK ( [MoM or WoW GHS selection 1] ), BLANK (),
[MoM or WoW GHS selection 1] * 100 >= 1, UNICHAR ( 128316 ),
[MoM or WoW GHS selection 1] * 100 <= -1, UNICHAR ( 128317 ),
UNICHAR ( 128312 )
)
& ROUND ( [MoM or WoW GHS selection 1], 3 ) * 100 & "%"
@cham123 ,
You may change the measure to calculate column and apply conditional formatting to the calculate column, for more details, please refer to doc below:
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting
Regards,
Jimmy Tao
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Check out the November 2024 Power BI update to learn about new features.
User | Count |
---|---|
92 | |
89 | |
83 | |
77 | |
49 |
User | Count |
---|---|
146 | |
137 | |
109 | |
68 | |
55 |