Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
Title says it all, can you translate reports with tags? I have a tag table with tags for every header, title, axis, etc, I'd like to use them to create a multilingual report where these tags get switched out based on the selected language. An example tag:
@dgonda Well, let's say you have a Card visualization. You could create a measure that selected the right row/column using what I am assuming is the TagId and LanguageId like:
Measure =
VAR __TagId = 1
VAR __LanguageId = MAX('Language'[LanguageId])
RETURN
MAXX(FILTER('Tags',[TagId] = __TagId && [LanguageId] = __LanguageId),[TagText])
@dgonda In theory yes, but not entirely certain there is enough information to go on to be specific around how. It is going to vary based upon use case.
@Greg_Deckler Could you tell me an example? Or what other information should I provide? Because I'm pretty stuck with this.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |