Forum Discussion
Filtering Data Across Multiple Pages By Selecting Points From Visualisation
unfortunately, what you are saying is correct
you cant drillthrough if you have many selections from different visuals,
im thinking about what if you can use :
url filter parameters.
you can check these .
thi way you can use the web url instead of drillthrough .
https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters
https://community.fabric.microsoft.com/t5/Desktop/Dynamic-URL-based-on-selected-filters/m-p/771929
https://powerbi.microsoft.com/en-us/blog/power-bi-report-url-filter-improvements/
i think this would work for your case,
since the web url can be set dynamically using DAX
so what you need to do, is check how to write the url with filters . i honestly think this would work .
NB :
it is not a straight forward solution but i think it would work ...