Forum Discussion
Error refreshing report data DM_GWPipeline_Gateway_MashupDataAccessError
- Anonymous1 year ago
Hi ssnegi,
Thank you for reaching out in Microsoft Community Forum.
Thank you Anonymous for the helpful response.
Power BI enforces encryption when connecting to Azure SQL, but SSL errors may occur if the certificate is not trusted. please follow below steos to fiz the issue;
1. please make sure whether encryption is enabled or not In power BI desktop
Go to File → Options and settings → Data Source Settings → Edit Permissions2. Download and install the DigiCert Global Root CA on the gateway machine and restart the Gateway
3. you can modify the connection string using below code
Encrypt=True;TrustServerCertificate=TruePlease continue using Microsoft community forum.
If you found this post helpful, please consider marking it as "Accept as Solution" and give it a 'Kudos'. if it was helpful. help other members find it more easily.
Regards,
Pavan.
Hi ssnegi,
Thank you for reaching out in Microsoft Community Forum.
Thank you Anonymous for the helpful response.
Power BI enforces encryption when connecting to Azure SQL, but SSL errors may occur if the certificate is not trusted. please follow below steos to fiz the issue;
1. please make sure whether encryption is enabled or not In power BI desktop
Go to File → Options and settings → Data Source Settings → Edit Permissions
2. Download and install the DigiCert Global Root CA on the gateway machine and restart the Gateway
3. you can modify the connection string using below code
Encrypt=True;TrustServerCertificate=True
Please continue using Microsoft community forum.
If you found this post helpful, please consider marking it as "Accept as Solution" and give it a 'Kudos'. if it was helpful. help other members find it more easily.
Regards,
Pavan.
Server hosting the GateWay needs Certificate of the server where the database used by your PowrBI report resides.