Web content failed to get content error
We are importing ADX(kusto) dataset in Power BI using direct query mode. Since we scaled up the cpu count in ADX, the visuals got crashed in Power BI desktop/Service and got the below error.
Web.Contents failed to get contents from 'https://(Clustername.location.)kusto.windows.net/v1/rest/query?db=(database)&csl=.show%20version' (520): InternalServiceError
But the query and tables are working fine in ADX, only in Power BI we are facing the issue. For every refresh, Some of the visuals are working and some of the visuals are crashing. Its soo weird and we can't recoginze the rootcause of this issue. Even I tried to create a new Power BI report using the ADX connection string, i got the same issue.
once we scale down and return back to the previous state of cpu count. The reports are coming up and working fine. Due to the performance issue, we are in need of scaling up the cpu count in ADX which results in crashing power bi reports. Need help to resolve this issue!