3

I have started to fiddle with Power Query a bit and thing that is pretty annoying is size of the font in formula bar and advance editor. Its way to small. Also when you manually enter formulas in custom column its tiny as well. Is there any way that I can make it bigger. Its getting hard to read when you work in it for a long periods. I have added pictures for clarification.

enter image description here enter image description here

IGRACH
  • 478

1 Answers1

2

You can increase/decrease the zoom level of the Power Query editor with [CTRL][SHIFT][PLUS] and [CTRL][SHIFT][MINUS]. You can reset the zoom to 100% by pressing [CTRL][0].

enter image description here

This works well in the main editor and the Advanced Editor, but when used on a dialog that is fixed size, the fonts get bigger but the frame does not resize or scroll. I was able to use a separate app (WinSplit Revolution) to make the form bigger but that's outside the scope of a direct solution.

enter image description here

As a bit of trivia, this works because the forms are based on IE, which supports the same hotkeys for zoom.

Ben
  • 433