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.
Hi all,
I'm encountering an issue while trying to access the Lakehouse SQL endpoint from my Azure Web App using a managed identity.
Everything was working fine until Friday, 12th May 2025. Since then, the connection has suddenly stopped working. I’ve tried various authentication combinations, but the issue persists.
Error:
It seems to be a permission-related issue. Could someone please assist in resolving this?
Solved! Go to Solution.
Hi @sau102798 ,
If your blocked here in this scenario i suggest you to raise a support ticket here. so, that they can assit you in addressing the issue you are facing. please follow below link on how to raise a support ticket:
How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn
thanks,
prashanth
Hi @sau102798 ,
If your blocked here in this scenario i suggest you to raise a support ticket here. so, that they can assit you in addressing the issue you are facing. please follow below link on how to raise a support ticket:
How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn
thanks,
prashanth
I'm trying to add a token with the appropriate scope(Point 1), but it's not working for me.
The SQL endpoint URL I'm using starts with:
xyz.msit-datawarehouse.fabric.microsoft.com
Currently, I'm facing the following issue when trying to connect:
('28000', '[28000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Could not login because the authentication failed. (18456) (SQLDriverConnect)')
Hi @sau102798 ,
Just checking in – did the steps I shared help resolve the issue?
✅ If it’s working now, feel free to mark the response as the Accepted Solution. This helps others who face the same issue find the fix faster.
✨ And of course, a little Kudos would be much appreciated!
If you're still running into trouble, let me know what you've tried so far and I’ll help you dig deeper. We’ll get it sorted!
Hi @sau102798 ,
The error you're seeing usually means that the Managed Identity used by your Azure Web App no longer has the required permissions on the Lakehouse SQL endpoint.
Here’s what you can try:
GRANT SELECT ON SCHEMA :: [YourSchema] TO [<managed-identity-name>];
https://database.windows.net/
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
Thank you for your reply @burakkaragoz . I followed all the steps, but I am still getting an authentication error. I am using the trial version of Fabrics. Is there any limit to running queries?
Hey @sau102798
Thanks for the update – good to know you followed the steps.
Since you're using the trial version of Fabric, here are a few things to double-check:
https://lakehouse.fabric.microsoft.com/.default
If you're using https://graph.microsoft.com/.default or similar, it won’t work for SQL endpoint access.
Service Principal Permissions
If you're authenticating via a service principal, ensure it has:
Trial Limitations
While the trial version supports most features, there might be capacity throttling or token expiration issues if the environment is idle for too long. Try refreshing the token and re-running the query.
SQL Endpoint URL Format
Double-check the endpoint URL – it should look like:
https://onelake.fabric.microsoft.com/sql-endpoint/<workspace-id>/<lakehouse-name>
If you can share the exact error message (even just the first line), I can help pinpoint it further.
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.
User | Count |
---|---|
41 | |
14 | |
9 | |
6 | |
3 |
User | Count |
---|---|
47 | |
46 | |
14 | |
9 | |
6 |