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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Dynaic Text Direction change with language change from English to Arabic (From ltr to rtl)

I am working on a Power BI report that needs to support two languages:

  1. English
  2. Arabic

The challenge is that the data representation and layout need to change dynamically based on the selected language. This is because:

  • English is written from left to right (LTR).
  • Arabic is written from right to left (RTL).

I am looking for a way to change both the language and orientation simultaneously, based on the user's language selection. Here’s what I need:

Objective:

  • When the user selects English, the report should use left-to-right (LTR) formatting and display text and content in English.
  • When the user selects Arabic, the report should switch to RTL formatting and display content in Arabic.
Status: New