The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi @Anonymous ,
What is their judgment condition for the rows marked in green? You can try to create a measure and use the condition formatting function. I did a test, refer to the following.
colour =
var col = SELECTEDVALUE('Table'[Avg])
return
SWITCH(
true(),
col >0 ,"green",
col = 0,"orange",
col <0 ,"red")
If the problem is still not resolved, can you further describe your needs, provide specific condition information and data models, I will answer for you as soon as possible. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
What is their judgment condition for the rows marked in green? You can try to create a measure and use the condition formatting function. I did a test, refer to the following.
colour =
var col = SELECTEDVALUE('Table'[Avg])
return
SWITCH(
true(),
col >0 ,"green",
col = 0,"orange",
col <0 ,"red")
If the problem is still not resolved, can you further describe your needs, provide specific condition information and data models, I will answer for you as soon as possible. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
65 | |
62 | |
60 | |
54 | |
30 |
User | Count |
---|---|
180 | |
88 | |
72 | |
48 | |
46 |