knaveen
8 months agoMicrosoft Employee
Status:
New
Include Azure Key Vault Reference Name in Gateway Data Source API Response
Currently, when retrieving gateway data source connection details via the Power BI/Fabric REST API, the Azure Key Vault reference name configured for credentials is not included in the API response. This creates challenges for administrators who need to programmatically manage gateway connections that use Azure Key Vault for credentials. It is needed to move the connection to a new gateway cluster when the 1000 connection limit hits.
Current Behavior
When calling the following API endpoints:
The response includes:
json
{
"id": "datasource-id",
"gatewayId": "gateway-id",
"datasourceType": "Sql",
"connectionDetails": "{\"server\":\"localhost\\\\SQLEXPRESS\",\"database\":\"demodb\"}",
"credentialType": "Basic",
"credentialDetails": {
"privacyLevel": "Organizational",
"useEndUserOAuth2Credentials": false
},
"datasourceName": "gateway-demo-conn"
}
Missing Information: When the data source credentials are configured to use an Azure Key Vault reference (e.g., "DemoKeyVaultReference"), this information is not exposed in the API response.
Requested Enhancement
Include Azure Key Vault reference details in the API response when applicable, such as:
json
{
"id": "datasource-id",
"gatewayId": "gateway-id",
"datasourceType": "Sql",
"connectionDetails": "{\"server\":\"localhost\\\\SQLEXPRESS\",\"database\":\"demodb\"}",
"credentialType": "Basic",
"credentialDetails": {
"privacyLevel": "Organizational",
"useEndUserOAuth2Credentials": false,
"keyVaultReference": {
"referenceName": "DemoKeyVaultReference",
"isKeyVaultReference": true
}
},
"datasourceName": "gateway-demo-conn"
}
No CommentsBe the first to comment
Recent ideas
Automatically match PowerBI chart background color to Powerpoint slide background color
Export PowerBI to PowerPoint slide - Can we define the PowerBI export background color to automatically match the PowerPoint slide background color ? By Default, the PowerBI background color is Whi...jim_chan4 minutes agoNew MemberNew0Views0likes0CommentsNew Card Visual - Alignment of Reference Label Values
The latest Power BI Desktop version I'm allowed to use at work currently is Version 2.154.1260.0 (May 2026), so if this request has already been implemented in later versions, please disregard. Othe...nk685f46 minutes agoAdvocate INew2Views0likes0CommentsSupport QR codes in the barcode scanner in the Power BI app
I was surprised to find that the barcode scanner inside of a Power BI report in the mobile app only supports scanning barcodes, not QR codes. Our warehouse uses QR codes everywhere, so I cannot use t...Jaap_O_RFH8 hours agoNew MemberNew15Views0likes0CommentsAllow enabling Lakehouse Schemas on an existing Lakehouse
Right now Lakehouse Schemas can only be turned on when you first create a Lakehouse. If you already have one running in production and later decide you need schemas, there is no way to enabled them o...AlessioAndriulo9 hours agoAdvocate INew14Views0likes0Comments