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

The ultimate Microsoft Fabric, Power BI, Azure AI & SQL learning event! Join us in Las Vegas from March 26-28, 2024. Use code MSCUST for a $100 discount. Register Now

Reply
Anonymous
Not applicable

Multi-Language Support in Power BI Reports

I need to have a drop down to select the report language as English/Arabic. By default it should be selected to English. When i change that to arabic, all my components titles and headers alone need to be changed to arabic language.

 

How to do this ? Please help.

1 ACCEPTED SOLUTION
v-lili6-msft
Community Support
Community Support

hi, @Anonymous 

Yes, you could get it by Expression-based titles in Power BI Desktop.

Please create a separate table that only contains "English" and "Arabic"

4.JPG

Then create a measure like this:

Dynamic title = IF(SELECTEDVALUE('Dim language'[Language],"English")="English", <English expression>,<Arabic expression>)

Now set the dynamic title for each visual.

 

Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-lili6-msft
Community Support
Community Support

hi, @Anonymous 

Yes, you could get it by Expression-based titles in Power BI Desktop.

Please create a separate table that only contains "English" and "Arabic"

4.JPG

Then create a measure like this:

Dynamic title = IF(SELECTEDVALUE('Dim language'[Language],"English")="English", <English expression>,<Arabic expression>)

Now set the dynamic title for each visual.

 

Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Community Conference

Microsoft Fabric Community Conference

Join us at our first-ever Microsoft Fabric Community Conference, March 26-28, 2024 in Las Vegas with 100+ sessions by community experts and Microsoft engineering.