Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Column Customization needs to hide some column based on the requirement: Based on filters to display the columns
For example when you select A in filters columns should show 1,2,3,4,5
or when you select B in filters columns show 2,3,4,5,6 and removed 1 column
or when you select c in filters columns show 1,3,4,5,6 could show
Note : without out bookmark or withouts filters is possible could help me on it
Solved! Go to Solution.
HI @Anonymous,
Current power bi slicer is not able to directly interact with column visibility. I'd like to suggest you do unpvited column on these fields to attribute and value.
Unpivot columns - Power Query | Microsoft Docs
Then you can create a matrix with the raw category as row and attributeas the column, value to the value field.
After these steps, you can simply use the attribute column as the source of the slicer to control which fields are displayed.
Regards,
Xiaoxin Sheng
HI @Anonymous,
Current power bi slicer is not able to directly interact with column visibility. I'd like to suggest you do unpvited column on these fields to attribute and value.
Unpivot columns - Power Query | Microsoft Docs
Then you can create a matrix with the raw category as row and attributeas the column, value to the value field.
After these steps, you can simply use the attribute column as the source of the slicer to control which fields are displayed.
Regards,
Xiaoxin Sheng
@Anonymous , You need to use bookmarks for that
Bookmarks
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
https://docs.microsoft.com/en-us/power-bi/desktop-bookmarks
Also, check the new feature field parameters, link below
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.