Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
87 | |
65 | |
50 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |