Delete a dashboard via the API
The API allows creation of a Dashboard in a workspace, but not deletion. Nor can I remove tiles from an existing dashboard. The PowerBI UI can do this, but appears to use a private API that accepts an integer ID that I don't have access to. As a workaround the only thing I can do is delete and...
Different users groups see same reports but using different connection strings
In our app we want to have separate groups of users who see their own data, but all groups are using a consistent set of reports/dashboards (using Direct Query) to do so. So the "code" is shared across all groups but the "data" is per-group. Unfortunately in PowerBI it seems the connection str...
Finish implementing filters in embedded, e.g. topN
When embedding a visual, we can change its filters with setFilters, as described in the docs: https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters But for several kinds of filter this does not work, and this limitation is also noted on that page, e.g. "[ITopNFilter below is currentl...