Forum Discussion
longlostlives
5 years agoNew Member
Filter Locations by Related Location
I have a table that stores locations that have been selected in a particular session. Here is some example data: Session ID Location Location ID 1 Washington 1 1 Dallas 2 2 Was...
- 5 years ago
I ended up setting up a table in Power Query to contain all the required data instead of going the DAX route. It does the job and will monitor performance vs. trying again in DAX.
Greg_Deckler
Community Champion
5 years agolonglostlives I think you will need a disconnected table for your slicer and then a Complex Selector for your table.
https://community.powerbi.com/t5/Quick-Measures-Gallery/The-Complex-Selector/m-p/1116633#M534