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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ToddChitt
Super User
Super User

Semantic Model Refresh pipeline task shows no tables

I have a simple Fabric Pipeline task that loads data into warehouse tables. The last step is a Semantic Model Refresh task. I have had this Semantic Model for months now and have refreshed it numerous times manually. It has dozens of tables. But in thepipeline task, it shows this:

ToddChitt_0-1752002593985.png

It used to show a list of tables, now it cannot find any tables. This seems like a BUG to me. Anyone seeing the same?

Also, every time I get into this pipeline I have to refresh the list of tables if I have added one during development. I put in an Idea that this task should NOT require one to explicitly list the tables, but should simply refresh the ENTIRE MODEL, like you do manually from the list of objects. ( Remove Table List from Pipeline Task for Semantic ... - Microsoft Fabric Community )

Ideas? Suggestions? Comments? (Bad jokes?)

Thanks in advance.




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





1 ACCEPTED SOLUTION
v-mdharahman
Community Support
Community Support

Hi @ToddChitt,

Thanks for reaching out to the Microsoft fabric community forum.

This does sound like a regression in how the task fetches table metadata from the semantic model. We've seen a few similar reports come in, and it's currently under internal review. As you have already raised the issue in the Idea Forums, in the meantime, here are a few steps that have helped others work around it:

* Try disconnecting and reconnecting the semantic model in the task click the pencil icon next to the Semantic model field and re-select the model manually. Then click Refresh again in the table section to force metadata reload.

* Ensure the model is fully published and not in a pending or draft state in Power BI especially if it's recently been modified.

* As a temporary workaround, if you're not relying on selective table refresh, you can disable the table selection and let the refresh task operate at the full model level (by skipping table selection altogether). This is functionally equivalent to a full manual refresh.

 

If I misunderstand your needs or you still have problems on it, please feel free to let us know.  

Best Regards,
Hammad.

View solution in original post

4 REPLIES 4
thedietplan
New Member

Same problem I had- manually type the tables by adding "objects": [{"table": "your table name"},{"table": "table name 2"}]

 

example for folks who will experience the same thing:

 

1. Go to view and clicked on edit json code

thedietplan_0-1752290506510.png

 

2. look for your semantic model refresh activity 

Sample: 

 

"name": "Semantic model refresh2",
"type": "PBISemanticModelRefresh",
"dependsOn": [],
"policy": {
"timeout": "0.12:00:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
"secureInput": false
},
"typeProperties": {
"method": "post",
"waitOnCompletion": true,
"commitMode": "Transactional",
"operationType": "SemanticModelRefresh",
"groupId": "your actual info",
"datasetId": "your actual info"
"objects": [
{
"table": "name of table as it appears in powerbi"
},
{
"table": "name of table as it appears in powerbi2"
},
{
"table": "name of table as it appears in powerbi3"
},
{
"table": "name of table as it appears in powerbi4"
}
]

 

Hopefully that fixes it 🙂

 

Manny - PS

Hi @thedietplan,

Thanks for raising this and for sharing a solid workaround. You are absolutely right that this behavior feels like a regression. When the UI inside the Semantic Model Refresh task fails to list tables even though they exist and refresh works manually, it can break automation workflows and is definitely frustrating especially since it previously worked as expected.

You also mentioned a great point of having to manually refresh the table list every time you add new tables during development. Your idea to allow full model refresh without listing tables explicitly makes total sense and aligns with how most users expect this to work.

 

Best Regards,

Hammad.

v-mdharahman
Community Support
Community Support

Hi @ToddChitt,

Thanks for reaching out to the Microsoft fabric community forum.

This does sound like a regression in how the task fetches table metadata from the semantic model. We've seen a few similar reports come in, and it's currently under internal review. As you have already raised the issue in the Idea Forums, in the meantime, here are a few steps that have helped others work around it:

* Try disconnecting and reconnecting the semantic model in the task click the pencil icon next to the Semantic model field and re-select the model manually. Then click Refresh again in the table section to force metadata reload.

* Ensure the model is fully published and not in a pending or draft state in Power BI especially if it's recently been modified.

* As a temporary workaround, if you're not relying on selective table refresh, you can disable the table selection and let the refresh task operate at the full model level (by skipping table selection altogether). This is functionally equivalent to a full manual refresh.

 

If I misunderstand your needs or you still have problems on it, please feel free to let us know.  

Best Regards,
Hammad.

Hi @ToddChitt,

As we haven’t heard back from you, so just following up to our previous message. I'd like to confirm if you've successfully resolved this issue or if you need further help.

If yes, you are welcome to share your workaround and mark it as a solution so that other users can benefit as well.

And if you're still looking for guidance, feel free to give us an update, we’re here for you.

 

Best Regards,

Hammad.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.