Forum Discussion
Analitika
Post Prodigy
3 years agoHow format date in Power BI?
Hello,
I need to format date like this:
I need replace - to . in date. How to make it?
4 Replies
- Idrissshatila
Super User
Hello Analitika ,
Click on the date column in the tabke in the data view and format it as in the screenshot below
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
- Analitika
Post Prodigy
Hi,
It is selected this format but in visual I see this:
- Idrissshatila
Super User
Hello Analitika ,
You could format is as the following in a calculated column,
format('Date'[DateColumn],"YYYY-MM-DD")If I answered your question, please mark my post as solution, Appreciate your Kudos 👍