Hi,
I have a stream analytics job that receives data from the IOT Hub and sends the data to Power BI. I have a dashboard that visualizes the live data, where the tiles get refreshed automatically as data is received.
I have embedded the dashboard in an Azure web app using the Power BI Javascript API. I can see the embedded dashboard ni the web app, but the tiles are not refreshed as data is received. I can see that the Power BI makes a request to: https://wabi-north-europe-redirect.analysis.windows.net/powerbi/refresh/subscribe which is cancelled after 1 minute since there is no response. This has worked before (last time I saw this working was about 2 weeks ago). Does anyone have an idea of what could be wrong?