Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
DvdGz
New Member

Date language

Dear forum

 

I have a PowerBI report created with a desktop version with the application in one language (Spanish for example) and all the dates are in this language, for example the Months. Now we need to show the report in another language (English) and we are not able to change the language of the months. We have changed the desktop version to the right language without results and we don't want to create again the report.

 

The data source is allways in numeric format the problem is with the translation to months, like September, August, etc..

 

We think the problem is related with the temporary tables created by Power BI in the first version, Options -> Data Load -> Auto Date/Time.

 

Any Idea??

 

Thanks.

David

 

2 REPLIES 2
ChrisMendoza
Resident Rockstar
Resident Rockstar

hello @DvdGz

 

Doing a search, it looks like there is no built in solution to help you out without downloading a locale for English. Possibly a SWITCH( ) will work for you?

 

SWITCH Month Name to Spanish = SWITCH( Table1[Month Name],"January","Enero", "February", "Febrero" ...etc...)

 

1.PNG






Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

Proud to be a Super User!



DvdGz
New Member

Dear forum

 

I have a PowerBI report created with a desktop version with the application in one language (Spanish for example) and all the dates are in this language, for example the Months. Now we need to show the report in another language (English) and we are not able to change the language of the months. We have changed the desktop version to the right language without results and we don't want to create again the report.

 

The data source is allways in numeric format the problem is with the translation to months, like September, August, etc..

 

We think the problem is related with the temporary tables created by Power BI in the first version, Options -> Data Load -> Auto Date/Time.

 

Any Idea??

 

Thanks.

David

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors