Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
Solved! Go to Solution.
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.
Thanks you, that did it!
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
69 | |
66 | |
51 | |
32 |
User | Count |
---|---|
114 | |
99 | |
75 | |
65 | |
40 |