Forum Discussion
Tableau to power BI Color coding
- 4 years ago
Anonymous , to understand attr, need some sample data. As of now assumed you have measures for Min and Max days
Create a new measure and use that in conditional formatting using filed value option
Switch( true() ,
SUM([True Audit Days]) < ([MIN DAYS]) , "red" ,
SUM([True Days]) > ([MAX DAYS]) ,"red" ,
"green"
)refer if needed
Tableau ATTR: https://www.youtube.com/watch?v=6mXMPX7S8oU&list=PLPaNVDMhUXGYzjFASXjdY7GNoFxvlkR54&index=21
How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4
Anonymous , to understand attr, need some sample data. As of now assumed you have measures for Min and Max days
Create a new measure and use that in conditional formatting using filed value option
Switch( true() ,
SUM([True Audit Days]) < ([MIN DAYS]) , "red" ,
SUM([True Days]) > ([MAX DAYS]) ,"red" ,
"green"
)
refer if needed
Tableau ATTR: https://www.youtube.com/watch?v=6mXMPX7S8oU&list=PLPaNVDMhUXGYzjFASXjdY7GNoFxvlkR54&index=21
How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4