Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi, I recently joined a new company and we made 1 little change to the synapse scripts so we would have 1 extra column in our PowerBI semantic model, when we tried to update the model tho, it gave errors about columns that werent included in synapse for some reason so to fix this issue I instead made these columns myself in the powerBI semantic model with some DAX formulas cause they were based on data in the model. Now when I try to refresh the model it still tries to update those columns and breaks on that. Would there maybe be a way to ensure it doesnt try to update these columns when resfreshing the model or is there another way to fix this?
Solved! Go to Solution.
Open the pbix file, look at the Steps (or M code) for the query/table and see if any steps are referencing those columns. Sometimes there is a step that removes columns and that is usually where this issues arises.
Hi @Rbakker888
It looks like there are two main issues causing the refresh failure in your Power BI Semantic Model after modifying the Synapse script and adding calculated columns in Power BI.
Check if the External Table Exists in Synapse: Open Azure Studio and run
SELECT TOP 10 * FROM dbo.dim_SourceKalender
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.
Thank you both, the removed column fixed my first issue and the permissions in synapse caused the second issue, now with more permissions in synapse it works.
Hi @Rbakker888
It looks like there are two main issues causing the refresh failure in your Power BI Semantic Model after modifying the Synapse script and adding calculated columns in Power BI.
Check if the External Table Exists in Synapse: Open Azure Studio and run
SELECT TOP 10 * FROM dbo.dim_SourceKalender
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.
Open the pbix file, look at the Steps (or M code) for the query/table and see if any steps are referencing those columns. Sometimes there is a step that removes columns and that is usually where this issues arises.
I did find this removed collumns inside the query, I then removed those steps but when I try refresh it now it comes with the following error.
DataSource.Error: Microsoft SQL: External table 'dbo.dim_SourceKalender' is not accessible because location does not exist or it is used by another process.
Could not use view or function 'dbo.fact_Orders' because of binding errors.
Details:
DataSourceKind=SQL
DataSourcePath= Azure Server
Message=External table 'dbo.dim_SourceKalender' is not accessible because location does not exist or it is used by another process.
Could not use view or function 'dbo.fact_Orders' because of binding errors.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
59 | |
33 | |
27 | |
25 | |
24 |
User | Count |
---|---|
63 | |
53 | |
31 | |
24 | |
20 |