Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi everyone,
I have created a measure (see below) that can be applied to Conditional Formatting for Field Value. I've used it on many table/matrix to hide values if no filter is applied without any issue.
Color_Transparency =
var filter_check = HASONEVALUE(table1[filter1])
var color = if(filter_check = true,"","hsla(0, 0%, 0%, 0)")
return color
However, one matrix has an issue where a number which conditional formatting has not been applied. Not sure what the issue is.
Before applying conditional formatting:
After applying conditional formatting:
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 33 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 90 | |
| 78 | |
| 66 | |
| 65 |