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,
I realised a matrix with a value switched to row.
I try to format the row with field value but I have a problem with the summarization who take the first or the last value for the all row.
The value of the field is green for postive value and red for negative value (the calculation is a little more complex but the idea is there.
The goal of this formatting is to have a colored staircase
Instead of green I would like to have red for negative value
Thanks for helping
Solved! Go to Solution.
Hi, @Anonymous
If the data value for this field is aggregated, please try again using 'SUM' instead of "SELECTEDVALUE".
Best Regards,
Community Support Team _ Eason
@parry2k I try to add a mesure for color,
Hi, @Anonymous
If the data value for this field is aggregated, please try again using 'SUM' instead of "SELECTEDVALUE".
Best Regards,
Community Support Team _ Eason
@parry2k I use this column for conditional formatting -> field value but it doesn't work because of the summarization
= Table.AddColumn(#"Colonnes renommées", "couleur", each if [end_day_stock] >= 0 then "#32CD32" else if [#"stock restant + appro"] < 0 then "#FF0000" else if [#"stock restant + appro"] >= 0 then "#FFA500" else "")
@Anonymous add a measure for color and then use that in conditional formatting -> field value
Color Measure =
IF ( [My Measure] < 0, "Red", "Green" )
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
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 |
---|---|
132 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |