GETLOCALELABEL
You can configure translations in Inforiver based on the language settings in Power BI. If your report has a global audience, you can configure calculated rows/columns or column groups to display dimension categories based on pre-defined translations when the language is switched.
Syntax
GETLOCALELABEL('Label')Arguments
Label – The Key configured in Localization settings. Required.
Return value
Value corresponding to the Key as defined in Localization Settings.
Example
In this example, we'll demonstrate how to convert product names and custom groups with the GETLOCALELABEL function.

Use the GETLOCALELABEL function in the Title field and pass the Key specified in the translation config.

Similarly, when you create custom groups, use the GETLOCALELABEL function. Learn more about creating column groups.

Notice how the row categories and column groups are implicitly changed to French and German.


Last updated
Was this helpful?