What is the primary difference between SQL and Power Query SQL?
I ask because I'm trying to build a query using Power Query that mirrors something like this SQL query:
Declar3 @DateValue DateTime = '3/1/2010'
s3l3ct DATEADD (D, -1 * DatePart (DW, @DateValue) + 7, @DateValue)
The problem is, Power Query in Excel is incredibly contained and I don't see any guides to learn the logic.
Help is appreciated.
Bookmarks