"Merge Steps" functionality in Power Query
I’m often handed scripts that unnecessarily repeat items like "Changed Type", "Reordered Columns", "Renamed Columns" etc... It would be great if I could highlight these duplicated steps (Ctrl + left click) and then right click and Merge.
Formula bar - zoom
Please allow us to zoom up/down in the formula bar in Power Query.
Formula bar - custom length
In the current state it is difficult to view/create steps that are longer than 5 lines. Please allow us to extend it's length by dragging as opposed to the down arrow on the right.
Improve Default Visuals
Power BI has been out for awhile now and, while it's great that Vertipaq and M engine have dedicated resources, there appears to be little love for improving the default visuals. There are still *many* giant gaps missing from almost every one of them. This failure to address the visual aspect o...
Make SSAS Folders Easier to View
Feedback I commonly hear from customers is that the current colour and indentation of SSAS folders in Power BI is difficult to see. This is especially true with nested folders. Can you please tweak these settings?
Improve Undo and Redo Performance
Any time an Undo or Redo event occurs, it will trigger all visuals to perform a refresh. This is unnecessary and results in a bad UX. For example, changing the title of a chart does not trigger a refresh. However, if the user then hits Undo to revert the title change, all visuals are refreshed ...
Please Open Source All Default Power BI Connectors
Please open source all default Power BI M connectors! Aside from a few examples on Github, there's very few examples to learn from. I've developed several connectors and I still have no idea if I'm following best practice or not. Also, there's many features I've seen in current connectors that ...
Apply Active/Inactive Relationships at the Report, Page, or Visual Level
Managing models which contain multiple relationships between tables can be troublesome. An example model may be: Fact_Invoice[Delivery Date] -> Dim_Date[Date] Fact_Invoice[Purchase Date] -> Dim_Date[Date] There are two solutions in situation: (a) implement role-playing dimensions; or (b) levera...