The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
embedded report in onpremise sharepoint pageviwer keep on showing loading data circle in IE11,all the data and filters loaded properly but showing loading data circle,any one come around this issue and got solution
Solved! Go to Solution.
SharePoint by default servers the page in IE-10 compatibilty mode. PBI does not work in that mode, it need IE-11. You may need to change the master page of SharePoint to render in IE-11 (Edge) mode or use Chrome, see here:
Be careful though, this may break some SharePoint functionality, such as opening document libraries in Explorer.
SharePoint by default servers the page in IE-10 compatibilty mode. PBI does not work in that mode, it need IE-11. You may need to change the master page of SharePoint to render in IE-11 (Edge) mode or use Chrome, see here:
Be careful though, this may break some SharePoint functionality, such as opening document libraries in Explorer.
This worked out for me ,thanks for your response.
I have embedded a power bi reportserver report in sharepoint onpremise page viwer page ,everything loading fine including dta,filters,but report keep on showing Loading data circle in internet explorer,working fine in other browser,am using IE11,does any one faced this issue and found the solution