Forum Discussion
Dataflow Refresh Problem - We cannot convert the value "01/02/2022" to type Date
Hi Beu
Open Power Query online and verify the column of the date. If it is not already converted then do it, some change may have happened at the source, it is very commun.
- Beu4 years agoFrequent Visitor
Hi aj1973,
Thank you for replying me,
One thing that I did try was openning the Power Query Online to see if I find a few errors and as nothing was found. Then I undid two steps on Query Settings Pane (there was only two plus the Source) to see if the message disappears. The steps were:
1. Convert two columns from "datetime" to "date"
2. Add a new "date" type column
After I undid these two steps, apparently the error message was gone and it refreshed correctly.
Though I still think it's weird that it took only 3 minutes to update when before it was about 15.
After that, I recreated the same two steps and it updated still taking 3 minutes and no error found.
Curious fact is that all the tables from the dataflow reduced their refreshing time (some by half):
I really think it was a bug on MS Power BI Server.
Anyway, at least it is working again as it should with no faults.
Thanks for trying to help!
- aj19734 years agoCommunity Champion
Ahaa, one of many rules for report performance is to split the Date/Time column into 2 columns Date and Time. I Invite you to take a look at this
https://powerbi.microsoft.com/en-us/blog/best-practice-rules-to-improve-your-models-performance/
Glad you made it.
- Beu4 years agoFrequent Visitor
Amine,
This article came at a perfect time for me, thank you!