Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
PBIUsers
Frequent Visitor

Fabric Notebook Scheduled Run Query

Hello Fellow Pbi users,

I've developed a Fabric notebook scripts to refresh a specific table of a Power BI dataset using the semantic link. Please refer to the attached screenshot for the detailed code. I can successfully run the code and refresh the table using the notebook. However, when I schedule it to run automatically, it fails to work.

Any pointers would be greatly appreciated.

Screenshot of the Workspace Environment that is used for the above notebook is also attached below along with the recent history of the failed scheduled run. 

PS: Fairly new to notebooks. Using fabric notebooks for the first time. Got the semantic link scripts from a post in Linkedin  Fabric Notebook : Script used for refreshing single table of a Power BI datasetFabric Notebook : Script used for refreshing single table of a Power BI datasetFabric Workspace Environment used for the NotebookFabric Workspace Environment used for the NotebookScheduled Run screenshot.Scheduled Run screenshot.

Thank you, 

5 REPLIES 5
lbendlin
Super User
Super User

Create a pipeline, and include the notebook in it.

Hello Ibendlin, 

I tried setting up a pipeline with the above notebook, but things weren't working. Then, I figured out that once I ditched the "% pip" command, everything just fell into place. I was able to schedule the notebook to run on its own and also with the pipeline after that.

Thanks for the suggestion!

Regards,

hi pbiuser 

 

Thanks a lot for your great Idea to refresh a pbi model via semantic link python functions on a fabric nootebook

 

I Guess WE dont need to conect to the pbi  WS  like on python ( Access token via AAD service principal because the notebook IS on the same ws , right  ? 

 

Similar for a data Factory pipeline on the same Fabric  ws , no nee to connect to internal artifacts ? 

 

My best  

Hey Chris,

If the semantic model is in the same workspace and you've got the right permissions, no need to authenticate. But I'm a bit stumped on how to handle it when the model is in a different workspace. Any thoughts? Let me know if you come up with any ideas.

Cheers, 

You get the authentication "for free"  but these tokens expire.  You will have to renew them from time to time.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors