GETLOCALELABEL
Syntax
GETLOCALELABEL('Label')Arguments
Return value
Example





Last updated
Was this helpful?
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.
GETLOCALELABEL('Label')Label – The Key configured in Localization settings. Required.
Value corresponding to the Key as defined in Localization Settings.
In this example, we'll demonstrate how to convert product names and custom groups with the GETLOCALELABEL function.
Writeback Matrix: Navigate to Settings > Global Settings> Localization Settings to create translation entries.
Reporting Matrix: Navigate to Display Settings > General > Localization Settings to create translation entries.
The screenshots shown in this section are from WB Matrix, but the functionality is the same.

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?
Was this helpful?