I am working on a dashboard that I have been given access to by a colleague. I also have access to the data sources. I am looking to update the data in the board having fixed an issue in the source data but whenever I attempt to Save and Extract the data I get an error stating: Failed to extract data into Looker Studio.
Hi there,
Here is some troubleshooting;
I'm having the same problem and I find it very frustrating that the only message is that it failed, without giving any clue as to why it failed. There's not even an error ID!
I followed each of your steps, except the last one.
In addition I did these tests:
The new data extract that I created last time no longer works. I'm getting the "Failed to extract data" error message now. What's happening here? Why can't I find a resolution?
I may have found how to bypass this error!!
I update my Google sheet every month or so with new data. I replace the sheet using File>Import and I have 3 columns that I calculate using some python in google colab where I import the sheet into a pandas dataframe, add a few columns and export the contents back out to the sheet.
I noticed after I do this that the date format is Date (YYYYMMDD). When I upload the CSV file directly to the google sheet, it comes up as just Date. The (YYYYMMDD) is the older style of date format.
I need to convert it to the newer date format by choosing Date in the dropdown field.
After converting, I tried to use data extract and it failed again.
BUT, after I clicked "refresh fields" at the bottom, it worked!
I hope this is reproduceable!