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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
tmv3v
Frequent Visitor

Multi-level Filter for tables

I have trouble create a table with varying number of columns.

 

Say I have the following dataset containing some sales data

 

Customer ID | Country | Customer group | Number of products bought

 

How do I create a table where I can use slicer such that with I select all customer ID and customer group, the two columns will disappear in the table and leaving only country | number of products?

1 ACCEPTED SOLUTION
v-kelly-msft
Community Support
Community Support

Hi @tmv3v ,

If you wanna use a table visual, based on my research, it is not supported yet for now. But you can post an idea here.

 

https://ideas.powerbi.com/forums/265200-power-bi-ideas

 

But in the meanwhile ,I can show you a workaround where you can make 2 columns disappear when you select all the the columns in a slicer.

 Steps are as below:

  1. Create a measure as below:
Measure = IF(ISFILTERED('Table'[Customer group])&&CALCULATE(COUNT('Table'[Customer group]),ALL('Table'))=CALCULATE(COUNT('Table'[Customer group]),ALLSELECTED('Table'))&&MAX('Table (2)'[Column1])="Customer group",BLANK(),IF(ISFILTERED('Table'[Customer ID])&&CALCULATE(COUNT('Table'[Customer ID]),ALL('Table'))=CALCULATE(COUNT('Table'[Customer ID]),ALLSELECTED('Table'))&&MAX('Table (2)'[Column1])="Customer ID",BLANK(),SUM('Table'[Number of products bought])))

 

 

2.Choose a matrix, and pick the fields  as below:

111.png

 

 

3, Finally when you select all the columns ,they would “disappear ” in the Matrix.

555.png666.png

 

For the related .pbix file,you can turn to URL:

https://wicren-my.sharepoint.com/:u:/g/personal/michael_wicren_onmicrosoft_com/ESr1qNoJaWpHgcH3CCOrP...

 

Hope this would help.

Best Regards,

Kelly

 

 

View solution in original post

1 REPLY 1
v-kelly-msft
Community Support
Community Support

Hi @tmv3v ,

If you wanna use a table visual, based on my research, it is not supported yet for now. But you can post an idea here.

 

https://ideas.powerbi.com/forums/265200-power-bi-ideas

 

But in the meanwhile ,I can show you a workaround where you can make 2 columns disappear when you select all the the columns in a slicer.

 Steps are as below:

  1. Create a measure as below:
Measure = IF(ISFILTERED('Table'[Customer group])&&CALCULATE(COUNT('Table'[Customer group]),ALL('Table'))=CALCULATE(COUNT('Table'[Customer group]),ALLSELECTED('Table'))&&MAX('Table (2)'[Column1])="Customer group",BLANK(),IF(ISFILTERED('Table'[Customer ID])&&CALCULATE(COUNT('Table'[Customer ID]),ALL('Table'))=CALCULATE(COUNT('Table'[Customer ID]),ALLSELECTED('Table'))&&MAX('Table (2)'[Column1])="Customer ID",BLANK(),SUM('Table'[Number of products bought])))

 

 

2.Choose a matrix, and pick the fields  as below:

111.png

 

 

3, Finally when you select all the columns ,they would “disappear ” in the Matrix.

555.png666.png

 

For the related .pbix file,you can turn to URL:

https://wicren-my.sharepoint.com/:u:/g/personal/michael_wicren_onmicrosoft_com/ESr1qNoJaWpHgcH3CCOrP...

 

Hope this would help.

Best Regards,

Kelly

 

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.