The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
for weeks or maybe a few months, whenever I run a pipeline, the pipeline status visual below the pipeline configuration schema shows nothing, just empty whiteness. It looks like this:
When I visit past runs via the run history, everything is fine. But I can't monitor runs while they're still running.
Is anybody else experiencing this? Is this known or is there a solution?
Thanks for any help!
Microsoft has acknowledged intermittent issues where the Output / Monitoring tab does not refresh live during a pipeline run. The run history always shows correct details after completion, which matches what you are experiencing.
Workarounds
Refresh the page manually: Sometimes clicking Refresh All or reloading the browser tab temporarily resolves it.
Switch to Monitor Hub: Instead of watching inside the pipeline designer, go to the Monitor hub → Pipeline runs. This view is more reliable for tracking live runs.
Use output logs API: You can query run details using the REST API, PowerShell, or SDK if you need live status programmatically.
Different browser / InPrivate mode: Some users have reported that switching browsers (Edge vs Chrome) or clearing cache helps.
This looks like a UI regression rather than a configuration issue in your pipeline. Microsoft is rolling out fixes in waves, so you may see it resolved in the coming product updates. If you need to continuously monitor runs in real time, I recommend using the Monitor Hub instead of relying on the pipeline designer's Output panel for now.