The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am getting the below message when refreshing my data within Power BI and just not sure where this is coming from: OLE DB or ODBC error: [DataSource.Error] ERROR [HY000] [Microsoft][Hardy] (35) Error from server: error code: '0' error message: '[Microsoft][Hardy] (134) File 67e68f92-0f55-4d2a-8103-d44ccaace5d5: A retriable error occurred while attempting to download a result file from the cloud store but the retry limit had been exceeded. Error Detail: File 67e68f92-0f55-4d2a-8103-d44ccaace5d5: The result file URL had expired on 1730184577981 (Unix timestamp)'..
Solved! Go to Solution.
Hi @Kalina ,
What is your data source? From this sentence, it seems that the URL of a file in your data source has expired, causing Power BI to be unable to find the relevant file when refreshing.
Error Detail: File 67e68f92-0f55-4d2a-8103-d44ccaace5d5: The result file URL had expired on 1730184577981 (Unix timestamp)'
Is there a file that you moved or renamed but did not update the URL in time? It is recommended that you clear the cache in Power BI and update your data source.
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Kalina ,
What is your data source? From this sentence, it seems that the URL of a file in your data source has expired, causing Power BI to be unable to find the relevant file when refreshing.
Error Detail: File 67e68f92-0f55-4d2a-8103-d44ccaace5d5: The result file URL had expired on 1730184577981 (Unix timestamp)'
Is there a file that you moved or renamed but did not update the URL in time? It is recommended that you clear the cache in Power BI and update your data source.
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, I have cleared the cache but unfortunatelly still the same issue; These are my sources, where now it has given me a new file error: 53e05d2e-7af6-4ff6-a5da-da9d97bdd24c and I just cannot seem to understand where to find that file as when I try to edit permissions it does not really give me the full source?
Here are a few steps you can take to resolve this issue:
Check Data Source Configuration: Ensure that your data sources are correctly configured in the gateway, especially if you’re merging on-premises and cloud data1.
Update Cluster Runtime: If you’re using Databricks, consider updating your cluster runtime. Some users have found that issues like this are resolved by using a newer runtime version1.
Adjust Query Parameters: You might need to add or adjust parameters in your source step. For example, setting EnableQueryResultDownload to 0 in your Databricks connection string has helped some users.
Refresh the Data Source: Try refreshing the data source manually to see if it resolves the issue. Sometimes, simply re-establishing the connection can help.
Contact Support: If the issue persists, it might be helpful to contact Microsoft support for more detailed assistance.
Plesae read followng commuinty solutions:
Solved: FRESH DATA FROM DATABRICKS - Microsoft Fabric Community
Solved: OLE DB or ODBC error: [DataSource.Error] ERROR [HY... - Microsoft Fabric Community
Solved: OLE DB or ODBC error: [DataSource.Error] - Microsoft Fabric Community
Sql.Database - PowerQuery M | Microsoft Learn
Hi, thank you for this - unfortunately none of these have worked for me, but will keep digging in for the issue!