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,
How do I remove this column category from the matrix if a certain measure value is blank? In this case it will be Number 02 because the Sales $ CY is blank.
Thank you for any help!
Solved! Go to Solution.
@Anonymous , If yo do want display value for 2 when Sales CY is blank. then you can use visual level filter Sales CY is not blank
or all the measures have to use it
Sale PY new = if([sales CY]<> Blank(), [Sales PY], blank())
@Anonymous , If yo do want display value for 2 when Sales CY is blank. then you can use visual level filter Sales CY is not blank
or all the measures have to use it
Sale PY new = if([sales CY]<> Blank(), [Sales PY], blank())
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!