Forum Discussion

Artefx's avatar
Artefx
Regular Visitor
10 years ago
Solved

Converting from SQL to M

Hi,   I am attempting to recreate a SQL query I have into M format so I can turn it into a function within PowerBI,  but i'm having a little trouble.   WITH RPL (PART, SUBPART, QUANTITY) AS ( SEL...
  • samdthompson's avatar
    10 years ago

    my way of doing this (probably others) is to

    1. drop the SQL in as normal,

    2. edit query,

    3. right click table in lefthand pane in query editor,

    4. select advanced editor. you will then see the m version of your SQL.