Forum Discussion
Refresh issues in Power BI Service
In Power BI Desktop i have a report that when i refresh is ok and all is good and data is fine. I published it and when i refresh the data in Power BI i get an error as following:
Error fetching data for this visual
The query referenced calculated column '<oii>Market Place Price Input</oii>'[<oii>New_Part_Check</oii>] which does not hold any data because evaluation of one of the rows caused an error.
- Underlying ErrorQueryUserError
- Activity ID8cae7b62-e5d2-485d-b715-36e9624349d0
- Correlation ID4a9406f8-a2a4-5d5a-e709-bcf6c7a1f223
- Request IDc9b49833-c3f5-4857-9799-aa00a01dac4a
- TimeThu Sep 11 2025 18:10:14 GMT+0100 (Western European Summer Time)
- Service version13.0.26598.35
- Client version2508.4.25849-train
- Cluster URIhttps://wabi-japan-east-redirect.analysis.windows.net/
Can you help me understand what is the issue please?
Hi Orlando_Tuga,
So far we confirmed that the data at source is valid, and that the crednetials are valid. There's no gateway to cause problems in the middle, and the sharepoint connection is properly referencing the web source and not a local copy of the file.
I'm not sure why PowerQuery is returning rows with errors in the service but not in desktop.
v-tejrama do you have any suggestions?
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, please mark this as the solution.
Hi Orlando_Tuga,
This means that the calculated column New_Part_Check in the table Market Place Price Input is failing to evaluate for at least one row when refreshed in the Power BI Service. It will work in Desktop but it will throw an error in service, both work differently. So, first you enter at least one row in the table and then try to refresh it.
Thanks
17 Replies
- tayloramySuper User
Hi Orlando_Tuga,
This is saying that one of the M queries had an error, resulting in no data for that column, which is then referenced later on.
Are you able to do a full refresh in desktop, not just the preview?
If so, can you identify what query this column is coming from: <oii>Market Place Price Input</oii>'[<oii>New_Part_Check</oii>]
and let us know what the data source is?
Last question, are you using an on prem data gateway for this, and are the connections set up properly in there if so?If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, please mark this as the solution.
- Orlando_TugaHelper I
Hi tayloramy answering your questions:
1) I can do a full refresh on Desktop without any errors
2)The Table 'Market Place Price Input' source is an excel file in Share point and 'New Part Check' is a text calculated column that gives no errors in desktop
3)Have no gateway configured or active it's through Cloud connections and all credentials are ok
Very strange and never happened to me- tayloramySuper User
Hi Orlando_Tuga,
That helps a lot. Where is the excel file located?
Can you send a screenshot of what the advanced editor of the query for the excel file looks like in desktop?Thanks,
Taylor.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, please mark this as the solution.
- tayloramySuper User
Hi Orlando_Tuga,
So far we confirmed that the data at source is valid, and that the crednetials are valid. There's no gateway to cause problems in the middle, and the sharepoint connection is properly referencing the web source and not a local copy of the file.
I'm not sure why PowerQuery is returning rows with errors in the service but not in desktop.
v-tejrama do you have any suggestions?
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, please mark this as the solution.
- PBI_ConsultantFrequent Visitor
Hi Orlando_Tuga,
This means that the calculated column New_Part_Check in the table Market Place Price Input is failing to evaluate for at least one row when refreshed in the Power BI Service. It will work in Desktop but it will throw an error in service, both work differently. So, first you enter at least one row in the table and then try to refresh it.
Thanks