Allow both AND and OR filter combinations.
Currently filters on different columns are always combined via AND. This would be improved if filters on different columns could be grouped together, with the filtering caused by the group able to be either a conjunction or a disjunction of the filters that make up the group.
Allow 'Show items with no data' to be selective about which columns it includes
Currently, if you select 'Show items with no data' for a column of (for example) a table visual, 'Show items with no data' becomes selected for all columns of that visual. It would be useful if it would be possible to only 'Show items with no data' for specific columns, while requiring other col...
Publish App via REST API
The REST API allows me to programmatically deploy a new set of reports to a Power BI App Workspace, but there is no way to then Publish this App to make it available to the users via the REST API. This is stopping me from creating a complete deployment system for Power BI reports for use in a Con...
View SSAS tabular schema
When connecting to a SSAS Tabular dataset, the Power BI modelling tools should be available (in read-only mode), so that users can see the structure of the dataset. For example: The relationships between tables; the underlying DAX for measures and calculated columns, etc. Currently my users are...