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.
Firstly thank you for looking into my query!
I'm struggling to combine 3 tables into 1 tables without losing any columns. I am currently using the "Append Queries" function to combine the 3 tables into the 1 table however when I combine them, instead of using a unique column and adding additional columns onto the end, it loads the 3 tables as 3 separate lines.
For example, below are 3 tables with one column in common across the 3 tables (Unique reference):
Table 1
Table 2
Table 3
Desired Table
I'm sure there must be an easy way however I've not been able to find it yet.
Any guidance would be much appreciated.
Thank you,
Edward
you could use this for example
You can use List.Generate() to try your loop query and then append the list like:
let ... TablesToAppend = List.Generate(your loop query), TablesAppended = Table.Combine(List.Transform(TablesToAppend, each (_))), ... in ...
Hi Adel,
What do you mean by "your loop query" please?
Kind regards,
Edward
User | Count |
---|---|
70 | |
70 | |
34 | |
23 | |
22 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |