The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I created a new empty model just to test the settings.
Culture, which is now visible in Semantic Model, is showing en-US.
But my settings are as follows:
Windows 10 Region is set to Ireland and Regional Format is set to English (Ireland)
Power BI Desktop Options -
Global Regional Settings: English (United States) is the only English language appearing in the dropdowns
Application Languge .... Use Windows default display language is my selection
Model Language .... Use application language is my selection
Current File Regional Settings:
Locale for Import .... English (Ireland)
This will ultimately impact on an Excel Connection to a model in the Power BI Service ... where Start / End Dates have to be formatted and presented as MM/DD/YYYY in order to retrieve data.
How do I get the Power BI culture set to a European Format?
ps To the best of my knowledge there is only one country that uses the MM/DD/YYYY format as a standard. Why does Power BI default to the minority position???
Hello @Kealkil42023 -
You can also ensure that dates are formatted and presented as DD/MM/YYYY, by using the Format function in Power BI. For example, you can create a new column in your data model with the following DAX expression:
FormattedDate = FORMAT([YourDateColumn], "dd/mm/yyyy")