Forum Discussion
Date format issue
Hi
Create a one variable and insert a date function and then convert the format(Date/Month/Year) according to your requirement in the Power BI.
Regards
Rohit
Do I need to add a column an put a "format" function in the report?
- Anonymous7 years agoNot applicable
Hello Cham,
Yes.please put date fundtion and mention in which format you required.
Regards
Rohit
- cham7 years agoPost Patron
I export CSV file into Power BI. But some dates are showing as Error. Can I know the reason for that?
Also is this formula correct? Date = FORMAT(Sheet1[Date],"dd""mm""yyyy")
This is not working for me
- v-juanli-msft7 years agoCommunity Support
Hi cham
This formula should be correct.
Date = FORMAT(Sheet1[Date],"dd/mm/yyyy")
It is a DAX formula used in a calculated column.
Is the column with error your original data or the modified data with any transformation?
Could you share me with data in your excel for analysis?
Best Regards
Maggie