Forum Discussion
john_ach
5 years agoFrequent Visitor
Incorrect Errors in Appearing in Dataflows
Hi, I have a set of dataflows which have been working and refreshing hourly for the past week. From 8pm BST yesterday (Sunday 13th June) all subsequent hourly refreshes have failed. No changes ha...
- 5 years ago
I have discovered a workaround that seems to have removed the error, which can hopefully help some people in the short term. I don't think this should be necessary though - this seems to be a more fundamental issue in Power BI service?
The workaround for me was to cast the (date type) field to a date type in the filter logic, for example:
From[Record Date] > DateTime.Date(DateTime.LocalNow())
toDateTime.Date([Record Date]) > DateTime.Date(DateTime.LocalNow())
Just to reiterate that [Record Date] field is already of Date type..
InsightBob
5 years agoFrequent Visitor
https://community.powerbi.com/t5/Issues/Dataflow-refresh-error-Date-Datetime/idc-p/1902808#M67280
A few having this problem