Forum Discussion
Error "Microsoft SQL: Integrated Security not supported."
- Anonymous2 years ago
Hi lg01 ,
If I understand correctly, the issue is that you had the error when the user connected to the SQL point of the Datamart. Please try the following methods and check if they can solve your problem:
1.Ensure that the user is using Azure Active Directory authentication to connect.
2.Windows authentication is not supported.
3.Check if the suer has the necessary permissions to access the SQL Server.
Best Regards,
Wisdom Wu
- 2 years ago
I ended up opening a ticket with MS support. They suggested upgrading the Desktop Application to the release of January 2024. We did a test and worked
You are trying to connect to your data source using Windows authentication, rather than your MS Organizational Account.
Go to ->> Data Source Settings
Then select your Fabric/OneLake data source
Then Edit Credentials
Then change from 'Windows' to 'MS Account' and log in.
That should resolve the issue.
Worked, thank you!