Forum Discussion
StephenF
7 years agoResponsive Resident
Cannot expand merged query (?)
I've got 2 tables and i "merge to new" one with the other via a common column with a left outer join thats many to one. I get my first table, now with a column at the end with the word 'table' in...
StephenF
7 years agoResponsive Resident
As I said there no option to expand here. I normally expect an icon in the column header that looks like two angle brackets back to back. It is not present.
hthota
7 years agoResolver III
Could you please share you query and screen.
Please check it once you updated you power bi Desktop app.
Thanks,
Hemanth Thota.
- StephenF7 years agoResponsive Resident
Query:
#"Merged Queries" = Table.NestedJoin(#"Replaced Value5", {"BRN"}, #"BRN Data", {"BROADCASTER_REF"}, "BRN Data", JoinKind.LeftOuter)
in
#"Merged Queries"