Forum Discussion
drillthrough to multiple pages with same column
Hi All,
I have a requirement where i have two views in same page that change with bookmarks. the view has a table with policyID column on which drillthrough is implemented but each view has different drillthrough pages. hence when i use the drillthrough operation on each view it shows me two pages. is there a way i could change this and make the user experience better?
below buttons are used to switch between the views and policy ID is used for drillthrough
I am just thinking if there is a way that we can do to avoid showing two pages
Hi jostnachs ,
Yes we can achieve this using a workaround, please create a duplicate column which you are using for drill through feature.
Use the original column for one page and duplicate column for another page, then it will resolve your issue.
Please check below links:
https://community.fabric.microsoft.com/t5/Desktop/How-to-remove-extra-page-name-under-drill-through-option/m-p/1142009
https://community.fabric.microsoft.com/t5/Desktop/How-to-remove-extra-page-from-drill-through-pie-chart/td-p/4043764Thanks,
Ankita
3 Replies
- lbendlinSuper User
If you don't want to show two drillthrough targets you cannot use the same field. You would have to create a column duplicate and drill through to that one instead. I would think that results in a worse UX, not a better one.
- AnkitaaMishraSuper User
Hi jostnachs ,
Yes we can achieve this using a workaround, please create a duplicate column which you are using for drill through feature.
Use the original column for one page and duplicate column for another page, then it will resolve your issue.
Please check below links:
https://community.fabric.microsoft.com/t5/Desktop/How-to-remove-extra-page-name-under-drill-through-option/m-p/1142009
https://community.fabric.microsoft.com/t5/Desktop/How-to-remove-extra-page-from-drill-through-pie-chart/td-p/4043764Thanks,
Ankita
- jostnachsHelper IV
This Works for me! Thank you so much for the help!