Forum Discussion
varshahrame
5 years agoFrequent Visitor
MIN MAX
I have seen a lot of MIN and MAX formulas out there but they do not seem to work with the data I have. I have a table called BR Overhead which holds individual value fields, such as below ...
- 5 years ago
dedelman_clng varshahrame If you really don't want to unpivot your data, you can create a measure to find the the Max Value, which I think you have done, then create a measure per column that will check to see if it's the Max Value and then use that to conditionally format the background or however you want to format it.
I've attached the PBIX as well. Hope this helps.
dedelman_clng
Community Champion
5 years agoHi varshahrame -
It may be messy, but you'll probably have to nest MAX/MIN for each field you want compared
MAX( MAX( MAX( MAX( DEPR_AMOUNT, INS_BLDG), MAG), PHONE), REP_MAINT_EQ)
etc
Hope this helps
David