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,
I have a simple measure which is:
Solved! Go to Solution.
Hi @Scholes ,
Here some steps that I want to share, you can check them if they suitable for your requirement.
Here is my test data:
Create a measure
Measure =
IF(
SELECTEDVALUE('Table'[Category]) = "A" && SELECTEDVALUE('Table'[Value]) = 0,
0,
1
)
Set the category as show item with no data
Apply the measure to th matrix filter and set it as 1
Final output
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi thanks for the help. The measure works but the only thing is I also want to see A 3 which is zero. This value is now not shown.
Update: I figured out this could easily be resolved by
Hi @Scholes ,
Here some steps that I want to share, you can check them if they suitable for your requirement.
Here is my test data:
Create a measure
Measure =
IF(
SELECTEDVALUE('Table'[Category]) = "A" && SELECTEDVALUE('Table'[Value]) = 0,
0,
1
)
Set the category as show item with no data
Apply the measure to th matrix filter and set it as 1
Final output
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 39 | |
| 37 | |
| 29 | |
| 24 |
| User | Count |
|---|---|
| 120 | |
| 95 | |
| 70 | |
| 69 | |
| 65 |