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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
jamie8888
New Member

Slicer to filter a table

Hi, I have 2 columns in the same table, one called Order No and the other called consignment.

Each consignment can contain multiple orders

 

I want a slicer to select an order number and then the table would show all of the orders on the consignment that the selected order is on.

So far the table will only show the selected order and not the other orders on that consignment.

 

I would appretiate any help, thank you.

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

Create a new table like

Consignment Slicer =
SUMMARIZE ( 'Table', 'Table'[Order no], 'Table'[Consignment] )

And link this to your existing table in a one-to-many single direction relationship using the consignment column. Then create a slicer using the order number column from the new table.

View solution in original post

2 REPLIES 2
jamie8888
New Member

Thanks you, that did it!

johnt75
Super User
Super User

Create a new table like

Consignment Slicer =
SUMMARIZE ( 'Table', 'Table'[Order no], 'Table'[Consignment] )

And link this to your existing table in a one-to-many single direction relationship using the consignment column. Then create a slicer using the order number column from the new table.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.