HI Vletm, Thanks for reply. I dont think so any more rulessantoshbhagade
Is there any more rules, which would give some hints?
... or would it be - do it as You want?
is there any way we can get rid of this empty rows.... then You would get more rows and some cells would be empty.
...
and those 'tables' ... were sheets or how?
let
Source = Table.NestedJoin(#"Table 1", {"Column1"}, #"Table 2", {"Column3"}, "Table 2", JoinKind.LeftOuter),
#"Expanded Table 2" = Table.ExpandTableColumn(Source, "Table 2", {"Column1", "Column2"}, {"Column1.1", "Column2.1"})
in
#"Expanded Table 2"