I have a PBI report in Premium license type. I have created column in Translations Builder and have saved the report and published. I added '?language=nl-NL' at the end of the report URL, but it is reverting back to the actual report URL and no translation.
Have anyone worked on the Translation Builder and able to work it through? Any idea what I could be doing wrong?
Check your URL again, if it already has ?...
then you will need to add the language with &
. For example:
.../reports/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx/?experience=power-bi&language=nl-NL
^----- ^_____