Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I have Power BI Pro trial account. One of my reports stopped refreshing the data which I receive via R script from a single Google Sheet. My Power BI is in Russian, so don't mind the Russian words. The strange thing is that when I created the report, it worked fine, but now I cannot refresh the data. The error is:
Load was cancelled by an error in loading a previous table.
DataSource.Error: ADO.NET: R script error. Sheet successfully identified: "ORMStatsDictionary" Accessing worksheet titled 'Team'. Ошибка в function_list[[k]](value) : Too Many Requests (RFC 6585) (HTTP 429). Вызовы: gs_read ... freduce -> withVisible -> <Anonymous> -> <Anonymous>
I'd love to hear some ideas on where to look to fix this.
Solved! Go to Solution.
Hm, tried setting Sys.sleep(30) and the data refreshed.
I guess I just needed way more "sleep".
Hm, tried setting Sys.sleep(30) and the data refreshed.
I guess I just needed way more "sleep".
I am doing everything in Power BI Desktop. I do not use a personal gateway. It did refresh before. I am not sure at which point it stopped, maybe after I added a couple more queries. In any case, here is what I have:
library(googlesheets)
setwd("[PATH to working dir]")
gs_auth()
x <- gs_key("[google sheet key]")
data <- gs_read(x, ws = "[Tab name]")
Sys.sleep(10)I added the Sys.sleep after reading the link you have in your post (found it before). It did not help.
One other thing, the error pops up while in Evaluating stage. 4-5 of them change to "waiting..." and the error appears:
Did your report refresh well before, or it has never refreshed successfully after published to Power BI Service? Are you using the personal gateway?
Please also take a look at this page to see if it helps.
Best Regards,
Herbert
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 43 | |
| 39 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 63 | |
| 31 | |
| 30 | |
| 23 |