Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
When trying to refresh a semantic model in a pipeline I get the follow error message:
"Data source error: The specified table '' not found in the target model."
There's no blank tables so I'm not sure what's happening. Any ideas?
Thanks.
Solved! Go to Solution.
Hi @bic ,
The error message you're encountering—"Data source error: The specified table '' not found in the target model"—typically indicates that the semantic model (formerly known as a dataset) is trying to reference a table that either no longer exists in the source or was renamed or removed during development but not properly updated in the model schema. Even if no blank tables are visible in your model, there might be phantom references—such as calculated tables, relationships, or measures—that still point to a deleted or renamed table.
To resolve this, open your model in Power BI Desktop and carefully check for any invalid references in the Model view, including unused queries, broken relationships, or DAX expressions referencing missing tables. Additionally, try refreshing the model locally to see if the same error persists—this can help narrow down whether the issue is in the Power BI Service or the model itself. Once you've cleaned up any orphaned elements, republish the model and re-run the pipeline refresh.
@bic You might have renamed the Table name in desktop and might have published it to service. While setting up the enhanced refresh using pipeline in service you might have pointed it to your old Table name (Eg: Finance) . Now just repoint it to your latest table name (Eg: Financial)
Proud to be a Super User! | |
@bic You might have renamed the Table name in desktop and might have published it to service. While setting up the enhanced refresh using pipeline in service you might have pointed it to your old Table name (Eg: Finance) . Now just repoint it to your latest table name (Eg: Financial)
Proud to be a Super User! | |
Hi @bic ,
We haven't heard back from you on the last response and wanted to check if you were able to resolve the issue. If the solution worked, please click Accept Answer and select Yes for Was this answer helpful?
If you have any further questions, feel free to ask.
Thank you for being a valued member of the Microsoft Fabric Community Forum!
Hi @bic ,
If the information provide by @andrewsommer is helpful, please accept the answer by clicking the "Upvote" and "Accept Answer" on the post.
If you are still facing any issue, please let us know in the comments. We are glad to help you.We value your feedback, and it will help us to assist others who might have a similar query.
Thank you for your contribution in enhancing Microsoft Fabric Community Forum.
Hi @bic ,
The error message you're encountering—"Data source error: The specified table '' not found in the target model"—typically indicates that the semantic model (formerly known as a dataset) is trying to reference a table that either no longer exists in the source or was renamed or removed during development but not properly updated in the model schema. Even if no blank tables are visible in your model, there might be phantom references—such as calculated tables, relationships, or measures—that still point to a deleted or renamed table.
To resolve this, open your model in Power BI Desktop and carefully check for any invalid references in the Model view, including unused queries, broken relationships, or DAX expressions referencing missing tables. Additionally, try refreshing the model locally to see if the same error persists—this can help narrow down whether the issue is in the Power BI Service or the model itself. Once you've cleaned up any orphaned elements, republish the model and re-run the pipeline refresh.
I would interpret that error as the entire table is missing. Is that table coming from a flow that is deleted or renamed. Has the structure/semantics of that table changed?
Please mark this post as a solution if it helps you. Appreciate Kudos.
Hi @bic ,
If the information provide by @andrewsommer is helpful, please accept the answer by clicking the "Upvote" and "Accept Answer" on the post.
If you are still facing any issue, please let us know in the comments. We are glad to help you.We value your feedback, and it will help us to assist others who might have a similar query.
Thank you for your contribution in enhancing Microsoft Fabric Community Forum.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!