Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi, I have 2 tables. Table Child and Table Parent. They're names of children and their respective parents. In my child table, each child always has two parents.
The child table looks like this:
child_id | child_name | parent_id |
1 | Larry Smith | 8 |
1 | Larry Smith | 9 |
The parent table looks like this:
parent_id | parent_name | child_id |
8 | Ginnie Smith | 1 |
9 | John Smith | 1 |
In the above, Ginnie and John are the parents to Larry.
How would I go about setting this up in a Power BI table visual, where when I right click and drill through on Larry, it would take me to a new page where both Ginnie and John are simultaneously listed at once?
Solved! Go to Solution.
Hi @janeAlice ,
I created a sample pbix file(see the attachment), please check if that is what you want.
In addtion, you can refer the following links to get it.
Set up drillthrough in Power BI reports
Best Regards
Hi @janeAlice ,
I created a sample pbix file(see the attachment), please check if that is what you want.
In addtion, you can refer the following links to get it.
Set up drillthrough in Power BI reports
Best Regards
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!