Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
catsy
Regular Visitor

Create table with columns that can be selected by users

Hello,

I have a table filled with text information which has about 20 columns. Is there a way that users can dynamically select the column in the table that they want anytime without editing the report?

let's say we have a table with columns A to T and one user wants that the table only shows columns B, E, F and another one wants to see column S only etc. Appreciate your help.

1 ACCEPTED SOLUTION
DataInsights
Super User
Super User

@catsy,

 

This video demonstrates a technique to select the desired column(s) to display. The concept is to create a slicer based on the column that is used in the matrix columns.

 

https://www.youtube.com/watch?v=6jeSIRpjv0M

 

If this is not what you're looking for, please provide sample data and the desired output.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @catsy,

You can do unpivot columns on your table value fields to convert them to attribute and values, then you can use filter to control which files displayed:

Unpivot columns (Power Query) 

In addition, you can also take a look at the following link about dynamic attribute filter:

Dynamic Attributes In A Power BI Report  

Regards,

Xiaoxin Sheng

DataInsights
Super User
Super User

@catsy,

 

This video demonstrates a technique to select the desired column(s) to display. The concept is to create a slicer based on the column that is used in the matrix columns.

 

https://www.youtube.com/watch?v=6jeSIRpjv0M

 

If this is not what you're looking for, please provide sample data and the desired output.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




this is exactly what I was looking for 🙂 thank you @DataInsights !

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors