The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
We are using Power BI embedded for Data Visualization from Azure Databricks Delta Lake Tables via Direct Query Mode
As per documentation while connecting to a SQL Warehouse from Power BI using Azure Databricks Connector we supply 2 part connection string
Earlier SQL Warehouses were referred as SQL Endpoints and HTTP Path was {/sql/1.0/endpoints/[clustered]} , since the introduction of SQL Warehouses HTTP Path is changed to {/sql/1.0/warehouses/[clusterId]}
After Embedding Power BI Reports with new SQL Warehouse connection {/sql/1.0/warehouses/[clusterId]} , Power BI Embedded Reports are unable to connect to Databricks , if we change this connection to {/sql/1.0/endpoints/[clusterId] for same SQL warehouse, Power BI Reports are able to connect to Databricks
Reports are Embedded Programatically using Power BI REST API and SDK
In one of the Steps of Report Embedding - Datasource Credentials are required to be refreshed for Report to work in Embedded Service , this is done via REST API - https://learn.microsoft.com/en-us/rest/api/power-bi/gateways/update-datasource#oauth-2.0-credentials...
Please can anyone share if they had similar issues and possible solutions or best practices
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.