Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
We will use MS SQL Server as the data source for Power BI Desktop.
What permissions are required for the user to connect to the SQL Server?
I have tested that "sysadmin" is required, but I would like to confirm that this is really the case because it is a powerful permission.
Solved! Go to Solution.
Hi, @yasuo
You don't need to assign any role to the service account, 'public' is enough.
Just make sure that the account has basic permissions to access the database.
Best Regards,
Community Support Team _ Eason
Thanks for the reply.
Can you please tell me what access rights you are giving.
Hi, @yasuo
You don't need to assign any role to the service account, 'public' is enough.
Just make sure that the account has basic permissions to access the database.
Best Regards,
Community Support Team _ Eason