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.
Hello,
I need to show column dynamically in Grid or Matrix visual, I have a set of data with over 200 columns, but based on the slicer value selected, I only want to show the columns which have data.
Example: User selectes the region "East" from Slicer and only "Sales" and "Local" Columns appear in the grid. How do I do that?
Apprecite yoru help.
Solved! Go to Solution.
It's not currently possible to hide columns in a table or matrix based on selection. You could create a measure to display a blank value but not completely hide the column.
It's not currently possible to hide columns in a table or matrix based on selection. You could create a measure to display a blank value but not completely hide the column.
Thanks