Skipp introduction when users click on a shared dashbord URL
When I share my dashboards with internal users (users that need to log-on), they expect to see a dashboard. But instead they need to go through the whole introduction sequence. Since that user is just a consumer of my dash-board, they have no interest in going through the introduction pages. Thes...
R script visuals shall not require related data
Using R scripts for custom visuals requires the data to be related. "Relationships – as with other Power BI Desktop visuals, if data fields from different tables with no defined relationship between them are selected, an error occurs". I'm usin the VennDiagram library to show how different data...
Keep report ID when changing dataset
If two reports is saved to a workspace with the same name, the first report i overwritten by the second, and this is also the expected behavior. But if the reports does a live connection to a Power BI dataset, and the second report is connected to a different dataset than the first, there will b...
PBI Dataflows Incremental Refresh - Adding advanced/custom posibility
The current Dataflows Incremental Refresh implementation requires a datetime column. Some datasources (DW for example) uses a date key instead of a datetime format and we then need to convert the date key into datetime format while keeping query folding. Currently there are no conversion availab...
Hovering over "Applied steps" in Power Query Editor shall show the M code
Hovering over "Applied steps" in Power Query Editor shall show the M code, this both in the Power BI Desktop as well as in Power BI Dataflows When I stepped through a query with slow responses, I realized that it would be very helpful of I could see the next M code to be executed. The easiest wa...
Show original column name as a tooltip for hierarchy items
When creating hierarchies, it's possible to rename the items in the hierarchy. Once you have done that, you can't see what the original column name was (unless you are using external tools like Tabular Editor). This is almost to be treated as a bug, but since it's probably "by design" I log it ...
In Power Query editor, Applied steps, please make "View native query" available even on the first step
By some reason, "View native query" is disabled in the first applied step. This happens e.g. when referring a base query. There's probably a logic being valid in some cases that the first applied step can not view a native query, but it's not valid in all case. E.G. let First = #"BaseSQLQu...
Show native query before preview finish executing
Currently, the "View Native Query" menu item is not available until the preview has finished executing. My guess is that the native query has already been compiled before all the preview results from the query has been loaded. So please make the "View native Query" menu item available at the ti...
Change the Power Query Formula engine to adhere to sub-queries for none loading entities
Referring to this excellent article by Ehren: https://social.technet.microsoft.com/Forums/en-US/ca434e2d-88fe-4962-b46a-a1db51e8bd89/feedback-wanted-behind-the-scenes-of-the-data-privacy-firewall, as well as my (erapade) comment, there's probably improvements that could be done in the way the For...
Drill through doesn't work from the total cell of a matrix visual. Please add this as well
Within a Matrix visual, you can click on each cell and you will get the drill through menu. This works on row and column totals as well, but you can't do it from the main total cell, i.e. the cell that doesn't filter on either column or row attributes. Please remove this constrain. Why? From a e...