Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin 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
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?
Thanks a lot!
Solved! Go to Solution.
thanks, the 2nd option helped. The json is strcuture is like this.
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.
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.
Is your table hidden?
No, it is not. I does not work for any table