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
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
I'm running Windows 11 Pro for Workstations on .Net version 4.8.09032. A few days ago this suddenly started happening to me too (without any warning). Any idea whether this is specific to the Workstations version of Win 11?
- ahsiddiqui3 years agoFrequent Visitor
Microsoft provides some free tokens to display reports/dashboards on the web page (embedded). Once the free token finishes/consume reports/dashboards stop working. To display reports/dashboards on a web page (embedded) you need to have a premium license, which is very costly.