Forum Discussion
agragesh123
9 years agoFrequent Visitor
Date Display Format- Power BI Service
Hi! How to change the date display format from MM/DD/YYYY to DD/MM/YYYY in power BI Service. The Date is in DD/MM/YYYY when I uploaded it from my .pbix file but in service it takes it as MM/DD/YY...
tringuyenminh92
9 years agoMemorable Member
Please choose that field and navigate to Modeling tab, and choose options in Format
In case this feature could not adapt your expectation, you could use DAX with Format function:
_ Create New Calculated Column
_ New Column = Format([DateField],"dd/MM/yyyy" )
Otherwise, You should refer discussed topic for locale setting:
https://community.powerbi.com/t5/Desktop/How-to-change-the-date-format/td-p/40460