The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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!
@Anonymous , 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-fc4095ae9afd
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
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
182 | |
81 | |
63 | |
47 | |
41 |