Forum Discussion
Color Coding measures in matrix row
Anonymous , Create a measure like
Switch(True(),
[Best Case] = calculate(maxx(summarize(Table, Table[Category],Table[Month], "_1" [Best Case]),[_1]), allselected() ), "Green",
[Best Case] = calculate(Minx(summarize(Table, Table[Category],Table[Month], "_1" [Best Case]),[_1]), allselected() ), "Red",
"white"
)
Use the same in conditional formatting using field value option
How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4
- Anonymous4 years agoNot applicable
Hi Amit
Thanks for the reply. I understand that from that measure that you wrote it is by creating a custom table and then finding the min and max.
Is there a way to do it with a measure ? (Eg: Using the modified revenue measure above) Instead of a table?
Thank you- v-zhangti4 years agoCommunity Support
Hi, Anonymous
Can you provide source data for the modified revenue measure for testing? It can be in excel format or a simple PBIX file with sensitive information removed in advance.
Looking forward to your reply.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous4 years agoNot applicable
Hi v-zhangti ,
Thank you for replying . Here is the link for the PBI file
https://drive.google.com/file/d/1al_C1XXdaokTQqqdy_dJJTSzK_B7nrHJ/view?usp=sharing
Thank you