Forum Discussion
Uncle_J
May 23, 2019Copper Contributor
Joining two tables using different columns
Hi I have "Office 365 Business" I have imported a table A containing the columns StartDate and EndDate, I have also created a "DimDate" table. And now I want to do a "SELECT * FROM A LEFT JOIN D...
SergeiBaklan
May 24, 2019Diamond Contributor
Uncle_J ,
You may do that from user interface - query your A and DimDate tables, using Merge Queries left join them in new query or in query A, expand fields you need and filter result by date.
And you always may adjust generated M-script in advanced editor.