March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |