Forum Discussion
AdamO
9 years agoFrequent Visitor
M language - referencing previous step
Hi All, So I'm fairly new to Power BI, and I'm wondering why (for curiousity's sake more than anything) when using the Advanced Editor function in the Edit Queries screen, that the M code for a s...
vanessafvg
Community Champion
9 years agobecause m is a procedural langauge, therefore it creates everything in steps. The last step is all the changes in the data to that point.