Forum Discussion
Power BI 2.0 refresh from dataset not working
- 11 years ago
For the SQL Azure database, did you upload the .pbix file using the Get Data or did you publish it directly from the Power BI Designer. There is a bug in the direct publish. This should be addressed very soon. In the mean time, could you upload the .pbix file using browser get data-> local file and then go to schedule refresh and configure.
I had similar problems that were due to transformation made in the query. The transformations were of type
#"Replaced Value" = Table.ReplaceValue(#"Changed Type","1","01",Replacer.ReplaceValue,{"Month"})
In the PowerBI Desktop the query was extracted, transformed and loaded successfully. When I tried to refresh the dataset from the service, I received similar errors as yours. Removing the transformations solved the issue.
Hope this helps.
I haven't made any transformations yet. I am simply displaying the raw data in a table to test the refresh feature.