Forum Discussion
Getting The underlying connection was closed
- 6 years ago
issue resolved with the help of microsoft support.
Support for transport layer security (TLS) 1.0 and 1.1 for Power BI will end in June 2020. Upgrade the TLS version of your Power BI application to TLS 1.2 before then.
Solution: Adding followung code
System.Net.ServicePointManager .SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
Follow below post suggested by microsoft support team:
https://azure.microsoft.com/en-in/updates/power-bi-support-for-transportlayer-security/
https://community.powerbi.com/t5/Issues/Embedded-Power-BI-is-not-working/idi-p/1185996#comments
is your capacity running hot? Check the health dashboard for memory starvation, excessive ejections, or other signs of being overwhelmed.
Thanks for quick response.
I am not aware how to reached to health dashboard. Please share more detail.
- lbendlin6 years agoSuper User
sorry, I thought this was available outside Premium too. My bad.
https://docs.microsoft.com/en-us/power-bi/admin/service-admin-premium-monitor-capacity
- ahsiddiqui6 years agoFrequent Visitor
Just for your reference i have pro licence only. link shared ny you for Premium licence. my reports were working fine and refresh dataset also.
Suddently from last week it stop working ansd showing error . Still embeded trail token showing 75%.
- ahsiddiqui6 years agoFrequent Visitor
issue resolved with the help of microsoft support.
Support for transport layer security (TLS) 1.0 and 1.1 for Power BI will end in June 2020. Upgrade the TLS version of your Power BI application to TLS 1.2 before then.
Solution: Adding followung code
System.Net.ServicePointManager .SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
Follow below post suggested by microsoft support team:
https://azure.microsoft.com/en-in/updates/power-bi-support-for-transportlayer-security/
https://community.powerbi.com/t5/Issues/Embedded-Power-BI-is-not-working/idi-p/1185996#comments