Forum Discussion
Conditional Formatting on Tables
- 6 years ago
Hey mwimberger ,
I think I solved it, basically it need a text field to reference against. It was weird but once I dropped in the Project field (Text) into the table, all of the conditional formatting came to life. Strange and never experienced it before!
Thanks for your input though, really appreciate it.
Ben
It sometimes takes a bit of playing with the settings to get it right, and by deleting the zero in the first box of the custom formatting box ( and bringing Minimum or Maximum into view can help with the understanding of the logic.
Here is an example with some steps to help you with both fonts and backgrounds:
Hope this helps,
Manfred
- benjamincoady6 years agoHelper I
Hi mwimberger,
Thanks for taking the time to produce that detailed answer, it's much appreciated. So, I had no problem when the rule sets were set up like yours. I completed an update a few weeks ago and mine now look like this:
My rule fields look very different to yours! Any idea?
Cheers!
- v-juanli-msft6 years agoCommunity Support
If you want the min value for each group to show red background, you could create measures and use the measure in the conditional formatting.
min = CALCULATE(MIN('Table'[production]),ALLEXCEPT('Table','Table'[name])) flag = IF(MAX('Table'[production])=[min],1,0)Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- benjamincoady6 years agoHelper I
Hi both mwimberger v-juanli-msft ,
I've just done another update and mine is still completely different from both of yours, I don't even have the number field that v-juanli-msft has.
Do you think it's worth doing a full uninstall and reinstall? Can't understand why it would be so different.
Thanks for your continued help!
- mwimberger6 years agoResolver II
I'm using the following Power BI build ( 2.74.5619.862) from 24 October 2019. I know there was an update to conditional formatting from August 2019.
Maybe try do a manual update Advanced Download Options Power BI if you want to check if that gives the same options as mine.
Cheers
Manfred