Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

DAX Conditional Formatting single measure for multiple columns

Is it possible to substitue multiple (but very similar) conditional formatting (CF) measures by single one ()?

Example: is it possible to substitute 4 measures by one (_CF_CategoriesUniversal) :

Code like this (it doesn't work like estimated, but I hope idea is clear):

?!

Source ( Download )

 

1 Reply

  • tamerj1's avatar
    tamerj1
    Community Champion

    Anonymous 
    There is no way DAX can identify which column is which. All cells at the same row have exactly the same filter context. This needs to be done at visual level identifying each column separately.