Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.