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) :
Code like this (it doesn't work like estimated, but I hope idea is clear):
?!
Source ( Download )
1 Reply
- tamerj1Community 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.