Forum Discussion
Conditional Formatting on Items with no Data
I'd have to see more of what you are referering to via an image to more fully understand, but on the face of it, if there is no data, there is nothing to conditionally format, right? Maybe you should replace blanks with a space or zero, then apply conditional formats accordingly?
=COALESCE(ISBLANK([MyField]), " ")
That will return a space where there are blanks.
Thanks for the quick replay, in trying to mock up a sample for you, I've come to realize I think my entire understanding of Show Items with no Data is flawed. I'll need to redo this report, as I was trying avoid flattening the data too much with Merge operations, but I think since I want this Outer join I'll have to do it that way.
- edhans6 years agoCommunity Champion
There are valid uses for "show items with no data" but it can be over used. Nothing is a substitute for a well thought out model through some good transformations. I've tried to take shortcuts too many times myself.
I'd say I spend 60-85% of my time in Power Query getting a good model ready.
Then I spend the other 80% of my time in DAX. 😁