Forum Discussion

Tine82's avatar
Tine82
Helper I
4 months ago
Solved

Solution to switch between Englisch/German Field Names

Hi PBI Community ,   did someone know a Solution to switch between Englisch and German Field Names ? e.g. in the Online Version some Enduser want to see and Export the Tables with Englisch Field N...
  • grazitti_sapna's avatar
    4 months ago

    Hi Tine82,

     

    you can download "Translations Builder" application and then add language as "German (de-DE)". and then translate fields to  german in Power BI metadeta.

     

    I've an alternate way to do it, just give user a button to translate the headers using a drop down button using the field parameter option.

     

    You can create the filed parameters using youe columns and measure and give both of them as german or english names and then you can use them using a slicer. Please see a sample .pbix file if it helps. This sample file is just to give you an idea and you can use this functionality as per your needs.

     

    It'll give user the flexibility to chose the language freely.

     

    ๐ŸŒŸ I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
    ๐Ÿ’ก Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
    ๐ŸŽ– As a proud SuperUser and Microsoft Partner, weโ€™re here to empower your data journey and the Power BI Community at large.
    ๐Ÿ”— Curious to explore more? [Discover here].
    Letโ€™s keep building smarter solutions together!

  • MFelix's avatar
    MFelix
    4 months ago

    Hi Tine82 ,

     

    Has grazitti_sapna refered this can be achieved by using the translations on the semantic model.

     

    For each table, column,  measure there is a specific meta data property that allows you to add different translations:

     

    Using the Translation builder will deploy that specific field option to your semantic model check the link below

    https://learn.microsoft.com/en-us/power-bi/guidance/translation-builder

     

    This is an external tool but currently this can also be done using the TMDL viewer:

     

     

    This option is directly on the tables itself so no need to duplicate any data.