Forum Discussion
ktt777
Helper V
6 years agocombine report from different languages
Hi ,
I have report from different excel files. They have exacty same structure , just diffrerent language English, French, Spanish ( sheet name, column name, column content)
How can i load all the files into Power BI and translate (replace Value ) into English ?
thank you
3 Replies
- zaza
Resolver III
As parry2k mentioned there is no way to do this in PowerBI.
Your easiest solution might be to upload your files to google sheets and use the built in googletranslate function.
https://support.google.com/docs/answer/3093331?hl=en
- v-lid-msft
Community Support
Hi ktt777 ,
We can also call a Translator Restful API(provided by other cloud provider, such as azure, google, etc..), in AddColumn or ReplaceValue, please refer to following threads about how to use Web.Contents to call a api:
Best regards,