Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Everybody,
i need your help to find where is the error.
Sometimes during the refresh on PowerBI Service returns this error:
(Error data source:) Errore dell'origine dati: The '<oii>STRUTTURA_EMITTENTE</oii>' column does not exist in the rowset. Table: D_RICHIESTA_ACQUISTO.
Return the error only from the PowerBI service and not from the desktop.
But when i refresh from the desktop and i re-publish the error goes away.
There is a way to find where is used this column that the error returns?
What do you suggest. No measures are in error and i don't find nothing using this column.
Thank you very much every suggestion is appreciated.
Solved! Go to Solution.
You're encountering an issue where Power BI Service returns an error during dataset refresh:
Error: The '<oii>STRUTTURA_EMITTENTE</oii>' column does not exist in the rowset. Table: D_RICHIESTA_ACQUISTO.
This happens only in the Service, not in Desktop. Here's a breakdown of what could be happening and how to troubleshoot it effectively:
Alternative: Use DAX Studio with “View Metrics” to scan all expressions.
if Table.HasColumns(Source, "STRUTTURA_EMITTENTE") then Source[STRUTTURA_EMITTENTE] else null
If republishing resolves the issue temporarily, you're likely seeing schema drift between refreshes. Consider scheduling refreshes only after confirming stability in the source structure.
✔️ If my message helped solve your issue, please mark it as Resolved! 👍 If it was helpful, consider giving it a Kudos! |
Hi @lucadelicio,
I wanted to follow up since we haven't heard back from you regarding our last response. We hope your issue has been resolved.
If the community member's answer your query, please mark it as "Accept as Solution" and select "Yes" if it was helpful.
If you need any further assistance, feel free to reach out.
Thank you,
Pavan.
Hi @Samrat_Ghosh_07,
I hope this information is provided by @SolomonovAnton is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, kindly "Accept as Solution" and give it a 'Kudos' so others can find it easily.
Thank you,
Pavan.
You're encountering an issue where Power BI Service returns an error during dataset refresh:
Error: The '<oii>STRUTTURA_EMITTENTE</oii>' column does not exist in the rowset. Table: D_RICHIESTA_ACQUISTO.
This happens only in the Service, not in Desktop. Here's a breakdown of what could be happening and how to troubleshoot it effectively:
Alternative: Use DAX Studio with “View Metrics” to scan all expressions.
if Table.HasColumns(Source, "STRUTTURA_EMITTENTE") then Source[STRUTTURA_EMITTENTE] else null
If republishing resolves the issue temporarily, you're likely seeing schema drift between refreshes. Consider scheduling refreshes only after confirming stability in the source structure.
✔️ If my message helped solve your issue, please mark it as Resolved! 👍 If it was helpful, consider giving it a Kudos! |
Thank you for the answer and all your tips. I'll try to find the error.
Hi @lucadelicio,
Thank you @SolomonovAnton for the helpful respoinse.
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please "Accept as Solution" and give a 'Kudos' so other members can easily find it.
Thank you,
Pavan.