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
nirupreddy
Frequent Visitor

Column Selection in matrix / table visualization

I have a table with columns a,b,c,d. Is there a way where I can show only columns selected based on a slicer?
Suppose if user chooses A and B only column a,b should be displayed on visualization.

3 ACCEPTED SOLUTIONS
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @nirupreddy,

 

Normally, if you create the slicer with A,B,C,D and select the value on the slicer, the other visual will be filtered by the value you selected.

 

Untitled.png

 

If you still need help, could you share your data sample and your desired output so that we could help further on it.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

You could try a bit of pivoting so that you get a model that looks something like this:

 

week - column - value

1 - a - 10

1 - b - 30

...

6 - d - 65

 

Then you could try putting the column attribute into the columns in the matrix, and that ought to work in a filter?

View solution in original post

@nirupreddy This might be one way of doing this is...

 

Unpivot your table as below (In power query editor)

 

image.png

 

That's it, now you can see the result as expected.

 

image.png





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

Proud to be a PBI Community Champion




View solution in original post

7 REPLIES 7
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @nirupreddy,

 

Normally, if you create the slicer with A,B,C,D and select the value on the slicer, the other visual will be filtered by the value you selected.

 

Untitled.png

 

If you still need help, could you share your data sample and your desired output so that we could help further on it.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

weekabcd
110304025
220407930
340234785
429417055
5305690100
636775165

On, revisiting the solution Here a ,b,c,d are my column names. How  can i have slicer for column names.?

This would be my sample data @v-piga-msft

@nirupreddy This might be one way of doing this is...

 

Unpivot your table as below (In power query editor)

 

image.png

 

That's it, now you can see the result as expected.

 

image.png





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

Proud to be a PBI Community Champion




hi @PattemManohar

Thank you for the response.
is there a way to do it if my column a,b,c,d are calculated measures and not columns.

You could try a bit of pivoting so that you get a model that looks something like this:

 

week - column - value

1 - a - 10

1 - b - 30

...

6 - d - 65

 

Then you could try putting the column attribute into the columns in the matrix, and that ought to work in a filter?

Hi @jthomson
Thank you for
the response.
is there a way to do it if my column a,b,c,d are calculated measures and not columns.

Hi cherry,

Thank you for the clarification.
I think framed my question wrongly.
The columns a,b,c,d are not columns , they are  calculated measures on the report.

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