Forum Discussion

enzolima's avatar
enzolima
Regular Visitor
1 year ago

Create a general visual title measure for multiple languages

I'm trying to make the titles of our visuals dynamic. I've got a table TitleVisuals with column 'Language', 'Code', and 'Text'. My measure is:   GeneralVisualTitle = MIN(TitleVisuals[Text])   For...