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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!