Skip to main content

Power BI

Needs Votes

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

Vote (217) 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 (33)
Jo Lima's profile image Profile Picture

112850de 2b74-4d6d-a942-e8cfdb27576e 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

9d081dd6 851c-41ca-9931-5f9d1fe91ea9 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

df8c9c85 c3e6-4860-8dc3-58861ad8b759 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

a3309361 99be-ea11-a812-000d3a8ddfb2 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

a3309361 99be-ea11-a812-000d3a8ddfb2 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

a3309361 99be-ea11-a812-000d3a8ddfb2 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

ed6d8bda c0f6-4382-a799-b4b2d14b690b 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

578aeecc d1bd-4a74-bea0-4d520e4d0486 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

41a9f4c1 8dc2-4511-b04f-0a9023d4e6ad on 05 Jul 2020 23:06:34

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

What is Tabluar?

Jo Lima's profile image Profile Picture

e40300a0 05c7-4a10-a4d1-8520525343e4 on 05 Jul 2020 23:06:33

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

Crucial