Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Im trying to create a color change based on the statement (on a matrix table)
IF ColumnA = True
Then
ColumnB = HEXVALUE #1AA7EC
Ive tried the conditional formatting in the format visual pane and Ive tried SWITCH/IF statments but I cant reference the source columns because theyre not measures!
@coluser , You should create a meausre like
If( Not(Isblank(Max(Table[COlumn1]) ) ) , "#1AA7EC", Blank())
or, if column one returns true if false
If( Max(Table[COlumn1]) , "#1AA7EC", Blank())
Power BI Field Parameters — A Quick way for Dynamic Visuals: https://amitchandak.medium.com/power-bi-field-parameters-a-quick-way-for-dynamic-visuals-fc4095ae9af...
Power BI Field Parameters- Measure Slicer and Axis/Dimension slicer: https://youtu.be/lqF3Wa1FllE
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
Field Parameters- Conditional Formatting
: https://amitchandak.medium.com/field-parameters-conditional-formatting-517aacc23fdf
Power BI Field Parameters, Keep Axis Sort intact| Always Sort on X/Categorial Axis: https://youtu.be/GfBrB6czByw