Forum Discussion
Anonymous
3 years agoNot applicable
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) : ...
tamerj1
Community Champion
3 years agoAnonymous
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.