Forum Discussion

haganistic's avatar
haganistic
Frequent Visitor
4 years ago
Solved

computational notebook (like R markdown) for M langauge?

Is there any computational notebook that can be used to save/ execute M langaugge commands? It will be helpful for learning and sharing queriying techniques.
  • BA_Pete's avatar
    4 years ago

    Hi haganistic ,

     

    I guess you're thinking of something like Jupyter or similar. I don't think there's anything like this yet for M code.

     

    Personally, I use Notepad++ for storing/saving M code. You can get an M code add-on which formats your code in M style.

    I also use Dataflows in the Service for an online repository which is actually connected to data sources, and for executing code when I don't have a PBIX to hand.

     

    Pete