Need some insights on a peculiar set of requirements for SSAS tabular model (connected through Excel) that I recently came across.
I need to block the SSAS Tabular cube drill through functionality only when connected through Excel (I think this is similar to Excel's pivot table, when once clicks on any cell of a pivot table, all the underlying data is shown in a new table). All other clients (visual studio, PBI etc) shouldn't be impacted if this is something that can be done at all.
After that, instead of showing up the underlying data in a new excel sheet, the drill through output needs to be redirected to a Web application or Power BI Report.
Is such a use case supported out of the box ? Or this is something which would need some custom design and implementation (at least for point#2).
Would appreciate any pointers. Thanks!