Schedule refresh in Power BI Service - Use 24 hour format instead of 12 hour format with AM/PM
Currently we can only define refresh time in the 12 hour clock format. 12 hour clock format a bit vague concerning noon and midnight: https://en.wikipedia.org/wiki/12-hour_clock#Confusion_at_noon_and_midnight Please change to a 24 hour clock instead. I guess this will be the easiest implementat...
Query Folding support for bi-directional filters utilizing DirectQuery mode
This might be a very easy fix. The lack of Query Folding support for bi-directional filters in Direct Query is probably just an implementation bug/mistake. But as could bee seen below, the changes might be either on the Power BI Filter visual implementation (probably the easiest one) or in the Po...
6 versions of "Report1" with the same name in the same workspace - Duplicated names for Reports and Dataset
There's a hard to understand logic for when you will have duplicated names of reports and Datasets in the Power BI Service, but I will listed what I have discovered 1) Uploading a report with a specific name (e.g. Report1 ) doing live connections to two different datasets will generate two repor...
Fix bugs in visuals not following the custom format definitions
There's currently a lot of the standard-visuals (almost all exccept the Multi Card and the Matrix visual), that does not fully implement the formatting definitions described here: https://docs.microsoft.com/en-us/analysis-services/multidimensional-models/mdx/mdx-cell-properties-format-string-cont...
Add a "Hide Members" option to the standard Slicer/Filter for empty and "equal to parent" hierarchy items
The Hierarchy slicer has a Hide Members option for eliminating (not showing) empty (or equal to parent) hierarchy items, but the standard slicer doesn't have this feature As this is missing in the standard slicer and it's also impossible to implement a measure level filter doing the same thing. ...
Add "Invoke Custom Function" in the Transformation Ribbon in the Power Query editor
The "Add Column" tab already have an "Invoke Custom Function", but the transformation tab are missing a "Invoke Custom Function". The "Invoke Custom Function" in the transformation tab can work like the already existing "Invoke Function" we see whenever clicking on a function, but with also the ...
Please use Parameter1 in the code template created by the "SharePoint Folder" connector
The code generated when using the "SharePoint Folder" connector looks like below. The change needed is to use Parameter1 instead of the Query name #"Sample File" så that the last line will look like this: Table.ExpandTableColumn(#"Removed Other Columns1", "Transform File", Table.ColumnNames(#"Tra...
Pipeline to support un-interupted deployment to production - Deployment Settings to be based on previous steps dataset
When you define the Deployment Settings for a step (e.g. the Test step), the Deployment Settings are using the dataset in the "current" step. This way you can't configure the Deployment steps before you actually have deployed something to that step. This is true both for new deployments as well a...
Dataset download is missing from Pipeline view
This is just a super easy fix To download a dataset you first need to go enter the workspace and then you can click in the "..." menu and choose download. As the Pipeline already have a "..." menu on the dataset, there's no reason to not include the download option. At leas not if the dataset is ...
Possibility to hide all tabs/pages
Using custom built navigations, there's no need to show any tab/page in the report, i.e. all tabs/pages can be hidden. Currently we can hide every tab/page except one. So the solution is either to remove the constraint to not be able to hide the last visible tab/page, or to add an option to not ...