Forum Discussion
Drill-Thru Two Tables
Here is an example of what I'd like to do if it is possible. Click on a # from the main report which shows a 2nd report specific to that cell.
Hi Anonymous,
Is there any columns contains guid or other information to link summary one and detail one?
For example:
Summary table
| ID | Name | Value |
| 123 | BOB | 24 |
Detail table:
| ID | Name | Value |
| 123 | BOB | 12 |
| 123 | BOB | 10 |
| 123 | BOB | 2 |
You can setting id as 'drill through' column to achieve drill summary to detail records effect. If you mean drill 'summarize value' to 'detail values' without relationship keys, it is impossible.
Regards,
Xiaoxin Sheng
- Anonymous8 years agoNot applicable
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?
- Anonymous8 years agoNot applicable
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?
- Anonymous8 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