Forum Discussion
jamie8888
1 year agoNew 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 ...
- 1 year ago
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.
johnt75
Super User
1 year agoCreate 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.