ON Click property of a button
As the buttons provide wonderful set of usability with power bi. One important thing that should be available with buttons is the on click property settings for the button. For example if someone has one button clicked the report designer can set it's color to be different from other button's, o...
add row(s) with DAX
Sometimes we just need to add a row to our table with minimum hazzle.
One single schedule task for sequential refresh of both Dataflows + Dataset
The biggest thing that I’m missing is the ability to schedule a Dataflow, plus a Dataset (without Premium capacity). Now you can schedule both separately, but not in an automated sequential way. https://ssbipolar.com/2018/11/24/whats-missing-from-power-bi-dataflows/
single selection filter pane
Force single selection in filters on the new filters pane. Sometimes selecting multiple attributes on a slicer simply doesn't make sense.
When in report the report name in path should go to properties like in SSRS 2018
When you get sent a link and someone is asking for addition to a subscription you have to click the report, then go to the folder and click to get into the manage page for that report. SSRS 2018 had it so the path report name was a link to the properties and saved a lot of headache.
Hide whole tab row
Option where you can hide the whole tab row and not only hide tab by tab (where you can't hide the last active tab). This would be super useful, if one would go and build User Interface within the Power BI report itself - then there is no need for the tabs on the bottom.
Teradata Connector: New (Improved) Connector To Eliminate Duplicate Query to Teradata when Refreshing Native Database SQL Code Based Query
When executing queries with Native Database Queries (with User written / supplied SQL code), Power BI will EXECUTE the same, full length, SQL-based query TWICE against Teradata. This puts extra burden on the Teradata system's resources (CPU, Memory, I/O, etc.) and utilization. When large volume o...
Line Chart with 2 Y axis
Please add an line chart with 2 y axis (now you have only bar and line chart).
exchange refresh
Implement Refresh for MS Exchange - what good is an exchange connection with no refresh?
Robust M-Code for PowerBI.Dataflow ()
Generally when you click on a table when navigating in a relational database, M code similar to the following is generated: =Source{[Table Name = "Calendar (Fiscal)"]}[Data] This code says “Drill down from the Source table, in the Data column, on the row where Table Name = “Calendar (Fiscal)”....