Preview:
let
    merge1 = Table.NestedJoin(Table1, {"ID"}, Table2, {"ID"}, "New", JoinKind.Inner),
    merge2= Table.NestedJoin(merge1, {"ID"}, Table3, {"ID"}, "Final", JoinKind.Inner)
in
    merge2
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter