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

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
hasithae
Regular Visitor

Data Pipeline Semantic Model Refresh - Tables not loading

Hello,

 

I am trying to set up a semantic model refresh in a data pipeline using Smenaitc Model Refresh activity. But when I fill out the settings including Connection, Workspace, Semantic model, under Table(s) option it says "No results found". The semantic model has one table and the data source is lakehouse, connected using the SQL endpoint. It doens't seem like a permission issue because I created the connection in the data pipeline activity using my own user which has Fabric Tenanat admin permissions. Tried changing different semantic models, different data sources still no luck. Any suggestion on how to figure this out?

 

Screenshot 2025-05-27 at 16.02.52.png

 

Screenshot 2025-05-27 at 16.04.11.png

 

 

Thanks a lot!

1 ACCEPTED SOLUTION

thanks, the 2nd option helped. The json is strcuture is like this.

 

@json('
[
{
"table": "YourTableName"
}
]
')
 
It is a strange workround. I wonder whether there is a permanant solution for this.

View solution in original post

5 REPLIES 5
v-csrikanth
Community Support
Community Support

Hi @hasithae 

Thank you for being part of the Microsoft Fabric Community.

As highlighted by @nilendraFabric , the proposed approach appears to effectively address your requirements. Could you please confirm if your issue has been resolved?
If you are still facing any challenges, kindly provide further details, and we will be happy to assist you.

If the above information is helpful, please give us Kudos and mark the response as Accepted as solution.
Best Regards,
Community Support Team _ C Srikanth.


nilendraFabric
Community Champion
Community Champion

Hi @hasithae 

 

it could be a ui issue. Try another browser ot incognito.

 

if nothing works ,
If the UI fails to load tables, manually specify them using dynamic JSON:

 

@json('
{
"table": "YourTableName"
}
')

This bypasses the UI dropdown and forces a refresh of the specified table

thanks, the 2nd option helped. The json is strcuture is like this.

 

@json('
[
{
"table": "YourTableName"
}
]
')
 
It is a strange workround. I wonder whether there is a permanant solution for this.

Is your table hidden?

No, it is not. I does not work for any table

Helpful resources

Announcements
May FBC25 Carousel

Fabric Monthly Update - May 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors