Wednesday, August 21, 2019

calls to https://wabi-us-north-central-redirect.analysis.windows.net/powerbi/refresh/subscribe over and over!

When a PowerBI report is moved from imported data to "direct query" data in the on prem solution, the report will need to ping out whenever it refreshes data and this will be reflected in these calls. Basically this is akin to an observable. The calls should not be running in an endless loop. (If that happens, maybe you need to tweak settings. Maybe a particular report runs cyclically.) You should not be constantly refreshing. The ping out to the URL should happen as the user changes tabs at a report or changes something else. Also, there could be a series of calls upfront in upfront loading.

No comments:

Post a Comment