Forum Discussion
Using 3DBI with Power BI
Tuj this would be possible by creating a disconnected table for the part number which you will use in the slicer so that it doesn't filters out your main table. Based on the selection of the part number, you will find out the rack number and then highlight the rack and the part number in that rack. So it required some DAX measures and disconnected tables.
Thanks for your reply.
I'm sure that if I wasn't so new at using Power BI I would understand how to create the 'disconnected table' that you are describing. So I'm not sure where to go with your suggestion. I was hoping there was some sort of 'Parent-Child' relationship that could be made where a selection could include adding a component to the part number selection. But I'll try to find some information about using a disconnected table to make two components show together.