Forum Discussion
DvdGz
8 years agoNew 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...
ChrisMendoza
8 years agoResident 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...)