Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
EricMametOutloo
Regular Visitor

Is there a "decent" power query editor?

I am beginning with power query and a bit baffled by the tiny window available in Power BI Desktop.

 

Is there a better way to edit power query code?

 

I saw Visual Studio Code has extensions for power query but I have to cut & paste my code back and forth between Power BI Desktop and Visual Studio, which is not ideal.

 

Am I missing something? Or is it really THAT basic?

 

Also is there a simpler environment for testing simple M code outside Power BI Desktop?

2 ACCEPTED SOLUTIONS
lbendlin
Super User
Super User

If you need a larger editor than what is provided in Power Query (including the Advanced Editor window) then your M code may be too complex. 

 

Testing M code is relatively simple as you are shown the result of each step by default.  (In DAX you need to use EVALUATEANDLOG for that, for example)

 

Code maintenance and versioning is a valid concern but this is becoming a bit easier with TMDL and Git integration.  

View solution in original post

ronrsnfld
Super User
Super User

Tiny window? I can make my power query editor full screen (or even spread it across two screens with my dual monitor computer). How big a window do you need? Or maybe you have not selected the Advanced Editor?

View solution in original post

4 REPLIES 4
EricMametOutloo
Regular Visitor

A quick look on TMDL showed me PBI-Tools and it is very interesting indeed.
I am quite keen on source control in general.

Thanks

ronrsnfld
Super User
Super User

Tiny window? I can make my power query editor full screen (or even spread it across two screens with my dual monitor computer). How big a window do you need? Or maybe you have not selected the Advanced Editor?

Ok, I wondered if I missed something but looks like I don't.
It's not perfect to switch back and forth to advanced editor but that will do

lbendlin
Super User
Super User

If you need a larger editor than what is provided in Power Query (including the Advanced Editor window) then your M code may be too complex. 

 

Testing M code is relatively simple as you are shown the result of each step by default.  (In DAX you need to use EVALUATEANDLOG for that, for example)

 

Code maintenance and versioning is a valid concern but this is becoming a bit easier with TMDL and Git integration.  

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors