Forum Discussion
Optimizing Bilingual Report Accessibility in Power BI
I am working on a Power BI report, which is currently in English, but it needs to be translated into French. The goal is to have a Power BI report available in both French and English. I thought about duplicating the report pages and creating two buttons ("French" and "English") to allow users to navigate the report in their chosen language based on the selected button. My question is whether I can automate the translation within the report without duplicating it to avoid increased loading times.
I appreciate your assistance with this matter.
- Anonymous2 years ago
Hi HANAE ,
Based on your description, you can use Translations Builder to create multilingual reports. By using Translations Builder, you can create a bilingual report that allows users to switch between English and French without having to copy the report page, thus maintaining efficient load times.
Of course it is possible to create buttons to enable the switching if you want to, which requires you to interact between the buttons and bookmarks.
You can refer to this document to learn how to install and use Translations Builder
Create multiple-language reports with Translations Builder - Power BI | Microsoft Learn
TranslationsBuilder/Docs/Building Multi-language Reports in Power BI.md at main · PowerBiDevCamp/TranslationsBuilder · GitHub
You can learn how to interact buttons with bookmarks through this document
Add support for multiple-language page navigation - Power BI | Microsoft LearnBest regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
2 Replies
- AnonymousNot applicable
Hi HANAE ,
Based on your description, you can use Translations Builder to create multilingual reports. By using Translations Builder, you can create a bilingual report that allows users to switch between English and French without having to copy the report page, thus maintaining efficient load times.
Of course it is possible to create buttons to enable the switching if you want to, which requires you to interact between the buttons and bookmarks.
You can refer to this document to learn how to install and use Translations Builder
Create multiple-language reports with Translations Builder - Power BI | Microsoft Learn
TranslationsBuilder/Docs/Building Multi-language Reports in Power BI.md at main · PowerBiDevCamp/TranslationsBuilder · GitHub
You can learn how to interact buttons with bookmarks through this document
Add support for multiple-language page navigation - Power BI | Microsoft LearnBest regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- HANAEFrequent Visitor
AnonymousThank you for your help. I came across a YouTube tutorial that demonstrates how to use the Translate Builder.