Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I'm trying to connect Power Bi Desktop app with Mysql Database ( hosted on AWS server ). I read Power Bi provides a MySQL connector to connect with the server where the database is hosted. I have concerns regarding the security of this connection
How secure is it to expose our database to power bi?
Is it secure to let the connector access the entire database?.
Is it possible that it can access only the concerned tables and not the whole database?
Our data is sensitive and we don't want anyone to read it or use it in any way. Any help would be appreciated.
Hi @rabbal1892 ,
Could you please mark the proper answers as solutions?
Best Regards,
Hi @rabbal1892 ,
Regarding the security, I would suggest you download the whitepapers from power-bi/whitepapers.
Regarding the other questions, the best practice related to security is always using the minimum privilege. For instance, you can grant the read permission to the user that you use in Power BI. You also can create several View in the MySQL database to hide confidential parts.
Best Regards,