Skip to main content

Power BI

Needs Votes

Implement into PowerBI & Tabluar & Excel Data Models support for multi language translations

Vote (245) Share
Jo Lima's profile image

Jo Lima on 01 Oct 2015 02:28:20

Implement into PowerBI & Tabluar & Excel Data Models support for multi language translations

Comments (34)
Jo Lima's profile image Profile Picture

Matthias Witt on 05 Jul 2020 23:22:23

RE: Implement into PowerBI & Tabluar & Excel Data Models support for multi language translations

Please add multi-language for PBI On-Premise

Jo Lima's profile image Profile Picture

Didier Terrien on 05 Jul 2020 23:20:38

RE: Implement into PowerBI & Tabluar & Excel Data Models support for multi language translations

Please Microsoft team, give us some hope to have it. We are actually choosing the solution to implement in our international company. I'm afraid that will be an important criteria.

Jo Lima's profile image Profile Picture

Dan English on 05 Jul 2020 23:19:28

RE: Implement into PowerBI & Tabluar & Excel Data Models support for multi language translations

Any progress or updates on this, I simply can't believe there is no translation support or ability to change the local identifier for live connections to leverage translations in our Analysis Services Tabular models either on-prem or in Azure. How can this not be a priority?Am I just missing something?

Jo Lima's profile image Profile Picture

Ntn2018 on 05 Jul 2020 23:17:06

RE: Implement into PowerBI & Tabluar & Excel Data Models support for multi language translations

It would also help in case of Table / Column renaming is necessary, without affecting all existing visual expressions

Jo Lima's profile image Profile Picture

Power BI Ideas Admin on 05 Jul 2020 23:16:34

RE: Implement into PowerBI & Tabluar & Excel Data Models support for multi language translations

This is critical for multilingual support...

Please give this feature high priority even for low vote numbers. So many global organizations that work for countries that use different languages need this feature urgently.

Jo Lima's profile image Profile Picture

Power BI Ideas Admin on 05 Jul 2020 23:16:34

RE: Implement into PowerBI & Tabluar & Excel Data Models support for multi language translations

This is critical for multilingual support...

Please give this feature high priority even for low vote numbers. So many global organizations that work for countries that use different languages need this feature URGENTLY especially with tabular models for on premise SSAS and AAS.

Jo Lima's profile image Profile Picture

Power BI Ideas Admin on 05 Jul 2020 23:16:34

RE: Implement into PowerBI & Tabluar & Excel Data Models support for multi language translations

Duplicating reports is not a good workaround but only what we have. Please get translations working with SSAS on premise 2017 and AAS.

Jo Lima's profile image Profile Picture

TEEGEE on 05 Jul 2020 23:13:53

RE: Implement into PowerBI & Tabluar & Excel Data Models support for multi language translations

Ruth points out here that it appears that the physical column names (as opposed to an id or guid) are what's used to bind the model to visuals: https://www.youtube.com/watch?v=JJryD2dXVVw

Changing this to instead bind on an id (and store the textual name elsewhere) seems like it could be an incredibly difficult change as it would be very deep in the core of Power BI. But what about this approach.....as we know, we can already change table and column names in the Power BI user interface and it works just fine. All that implementation works perfectly well. So, rather than making deep fundamental changes to bind on id's, why not just provide a simple API **to the very same code that the existing Power BI user interface calls today**? Would everything not then work exactly as it does today when a user manually calls it by right clicking and doing a rename?

Example:

var powerBI = new PowerBIApplication () ;
var myModel = powerBI.OpenModel("c:\users\Jimbo\Desktop\AwesomeModel.pbix");
myModel.RenameTable("OldTableName", "NewTableName");
myModel.RenameColumn("TableName", "OldColumnName", "NewColumnName");
myModel.Save () ;
myModel.Close () ;

I can't think of a good reason why that wouldn't work.....am I overlooking something?

Jo Lima's profile image Profile Picture

vJKV on 05 Jul 2020 23:06:45

RE: Implement into PowerBI & Tabluar & Excel Data Models support for multi language translations

How comes that when looking at Tabular we can import JSON translation files but not with Power BI, which uses the same object model? Please enable this asap Microsoft, my company really needs it!

Jo Lima's profile image Profile Picture

DHC MOCROS on 05 Jul 2020 23:06:34

RE: Implement into PowerBI & Tabluar & Excel Data Models support for multi language translations

What is Tabluar?