will_wainwright's avatar
will_wainwright
Regular Visitor
1 year ago

Fabric Monitor Notebook

Link to notebook: https://github.com/willwainwright/FabricNotebooks/blob/main/NB_Load_Monitor.ipynb 

 

This notebook automates the monitoring of key Microsoft Fabric artifacts across all workspaces. It connects to both the Fabric and Power BI REST APIs to retrieve the latest run metadata for:

  • Data Pipelines via the Job Scheduler API

  • Semantic Models via the Power BI Dataset Refresh API

It stores the results in a Delta Lake table (dbo.item_runs), enabling downstream reporting and observability across your Fabric environment. The notebook is ideal for scheduled diagnostics or building custom monitoring dashboards in Power BI.

🔗API References:

 

 

 

No RepliesBe the first to reply