I have four PBIX files with identical datasets but different tabs. They are pulling data from CSV files stored in a Sharepoint site. I have it scheduled for nightly refresh.
For only one of the reports the refresh ALWAYS fails! And every single time it fails, I get this error but with a different table name each time:
Last refresh failed: Thu Jul 19 2018 21:55:12 GMT-0400 (Eastern Daylight Time) There was an error when processing the data in the dataset.Hide details Message: The command has been canceled. Table: TABLENAME. Cluster URI: WABI-WEST-EUROPE-redirect.analysis.windows.net Activity ID: 664f410a-8c87-54fb-7d89-b354535b69ff Request ID: c443529f-e293-433e-e1fb-921456021b14 Time: 2018-07-20 01:55:12Z
I want to reiterate that it's a different table causing the error every time. When I open the report in Power BI Desktop, it loads just fine. I'm able to refresh everything in the dataset. Although one of the 22 queries contains 258,000 rows and one single error (which I can't track down for the life of me).
What the heck is going on with this? How can I get this refresh to work? Why is it only failing for this one specific report despite the datasets being identical across all 4 of them?