Forum Discussion
heejinyune
3 years agoFrequent Visitor
Problem with cannot convert text into date type
I have a table [example] like this: submit_date close_date ID 04/01/2022 08/01/2022 A123 05/06/2023 14/07/2023 A124 and my dax code to return the table which have date differen...
Anonymous
3 years agoNot applicable
Hi heejinyune ,
There are several reasons why you might be getting an error that says "cannot convert text into date value" in Power BI Desktop when using DAX. One possible reason is that the DATE object is getting transformed into a DATETIME in Power BI. Another possible reason is that the regional settings in Power BI Desktop are incorrect. To resolve this issue, you can try changing the regional settings in Power BI Desktop to your country/region. Please refer to
Change Type Using Locale with Power Query
Power Query Change Type Using Locale - YouTube
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.