Forum Discussion
Anonymous
3 years agoNot applicable
Refresh failing in PBI Service - Date.ToText syntax causing error?
Hi all, I'm fairly new to Power Query, and am having trouble with a query that refreshes fine in PBI desktop, but fails when I upload it to our workspace. The query makes a call to a REST API...
- 3 years ago
Hi Anonymous ,
Try changing your format argument like this:
enddate = Date.ToText(Date.From(DateTime.LocalNow()), "yyyy-MM-dd"),Pete