[Snowflake] Fix the 'Role Name' textbox readout
If you set up a connection to Snowflake and you provide a role in the 'Role Name' textfield, this role name is not being populated if you want to edit / update the value in the 'Source', however you can see the role name used in the Advanced Editor. It's a bit of an inconvenience for the user if ...
[REST API] Get all users on all DSNs in a single paginate call
In order to get the USERS on the DSN, the developer needs to call the following endpoint:
https://learn.microsoft.com/en-us/rest/api/power-bi/gateways/get-datasource-users
However, that works only DSN on DSN basis. We have around 1000 dsns so daily we would have to call ...
[REST API] Get all DSNs for all Datasets (and Dataflows) in a single paginated call
In order to get the list of DATASOURCES (DSNs) for the DATASET, the developer needs to call the following endpoint:
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/datasets-get-datasources-as-admin
However, that call only works per single dataset. We have aroun...
[Sharepoint Embedding] Allow for custom page size
When adding the PowerBI report page from within the Sharpoint editing UI, the only available sizes are 4:3 and 16:9 ratios, however, if user would like to have custom size page to size correctly, there is no option to provide the width/height. Ideally, at the embedding time the sharepoint shou...
Cross-report drill-through: provide option to open in a new tab
Usually when you have a drill through page or drill through on different page, it's usually because you want to provide more context / details. Then the business user most likely wants to go back and pick something else.
However, with the drill-through opening in the same brow...