Forum Discussion
Drill-Thru Two Tables
Yes I have a relationship between two tables that will link these two together. What is the best way to create these relationships and is it possible the jump-link can take me to table 2 within the same table view with a "back button" to return me back to table one? All within the same table view?
Correction, there is one table. I want to click on one field in one table and only show the details from that table in a 2nd table. I have created a matrix table and a regular table. the matrix table is a highlevel rollup by manager of open jobs. Same example as before, when clicking on a # within the matrix table (e.g., 6), the 2nd table only displays the 6 entries. Instead, what it is doing, if there happens to be a higher # within the matrix table on the same row (e.g., 9), and I click on "6", the second table displays all 9. Is there a setting I can use to filter only on the # selected; not the entire row?
- Anonymous7 years agoNot applicable
Hi Anonymous,
You can try to set up drillthrough filter on relationship column, then you can right click on visual who has fields from 'table 1' and select 'drill through' option to drill to table 2 and display related detail records.
Use drillthrough in Power BI Desktop
Regards,
Xiaoxin Sheng
- Anonymous7 years agoNot applicable
Drill-through works as expected, but how can I get it to show only the results of what I have selected? Below, when I right click on "5" for Mike Siebert, and choose Drill-through, I would expect to see the result for only those 5 (e.g., On Schedule jobs). Instead, it is showing all 8 line items, which are all of Mike's jobs.
Result of drill-through
- Anonymous7 years agoNot applicable
Hi Anonymous,
Maybe you can try to create unique key column(merge columns with primary fields and subfields) to store more accurate relationship keys, then you can use it to drill through more accuracy.
Regards,
Xiaoxin Sheng