Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Dear Experts,
I need your advice for below scenario:
I have two fact tables:
Table A contains the summary of table B and it contains the submission status.
Table B contains the details of Table A , with company code.
I need to make visuals where I can show Table A and when I click the table A line it will show the table B details. See below illustration:
Visual- Where if I click the table in left will show the table in right Company details.
Thanks,
Leo
Solved! Go to Solution.
Hey @Anonymous ,
connect the two tables by unique key 1:n.
Then create a table with the values from Table A and a table with the values from Table B.
When you click on a row in Table A, then Table B will be filtered.
Next time please provide the data in a table not as a screenshot, that makes it easier to help you.
Hi @Anonymous
You could create a relationship between two tables on Unique Key column. Then when you click on a row in Tablel A visual, it will filter the Table B visual with the same Unique key.
Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.
Hey @Anonymous ,
connect the two tables by unique key 1:n.
Then create a table with the values from Table A and a table with the values from Table B.
When you click on a row in Table A, then Table B will be filtered.
Next time please provide the data in a table not as a screenshot, that makes it easier to help you.