The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
There are 3 Tables, Dim, Tab1, and Tab 2 with the relationship defined below,
Dim Table:
Key
A
B
C
D
Tab1:
Key | Ref | Data |
A | ABCD | 10 |
A | ABCD | 10 |
B | IJKL | 20 |
Tab2:
Key | Data |
A | 10 |
C | 20 |
D | 40 |
The desired output is to get
Key | Ref | Data Tab1 | Data Tab2 |
A | ABCD | 20 | 10 |
B | IJKL | 20 | |
C | 20 | ||
D | 40 |
Tried using the measure
Solved! Go to Solution.
Hi @sid-poly
You can use the append feature in PowerQuery to implement your needs.
When you add the "ref" column to the table, the result can only be like this:
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @sid-poly
You can use the append feature in PowerQuery to implement your needs.
When you add the "ref" column to the table, the result can only be like this:
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
15 | |
13 | |
9 | |
6 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
9 | |
5 |