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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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())