Forum Discussion
Mariam1991
9 years agoHelper II
JOIN 3 tables
Hi everyone;
I have 3 tables i need to join its to calculte distinct id in table A distinctcount(tableA[id]) but the juncture will be between 3 tables as below:
tableA[id]=max(tableB[id])
tableB[id]=tableC[id]
I need your help
10 Replies
- gopichillaResolver III
Can you check with this option Edit Queries in Power BI Desktop->
https://community.powerbi.com/t5/Desktop/Merge-queries/td-p/151692
It helps to you.
Thanks
- Mariam1991Helper II
Thank your for your feedback , i dont need to merge tables but i need to calculate a measure with the juncture between 3 tables
- gopichillaResolver III
can you post sample data of your tables?