Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello everybody,
I have problems with the data language while displaying a Power BI report on my local Power BI Report Server (version of March 2018). Using Power BI Desktop (with my PowerBI report), there is no problem with data language, it works well.
The datasource of my report is a SSAS cube with translations in french, english and italian (implemented in the cube conception). The default language of the cube is english. Power BI Report Server is supposed to display the menu, toolbars and the content of the report with the operating system language.
In order to let you understand thoses problems, I created a simple multilingual datawarehouse. The SQL script to create the datawarehouse strucure and its data, the SSAS project and the Power BI Report of my example can be downloaded on the following link : http://www.k-upload.fr/afficher-fichier-2018-04-12-1c664117bpocpowerbila.7z.html
The data model structure of my datawarehouse :
In my SSAS Project, I have a cube called "Sales_Cube" and its 3 dimensions (Product Group, Company, and Tim) translated in 3 languages (english, french and italian). The default language is english (United States).
In the "Product Group" dimension, I have an attribute called "Product Group Label" that match with the column "DIM_PRODUCT_GROUP.LAB_PRODUCT_GROUP_EN". This attribute is translated in french and italian and the translation column also depends on the language. For instance, in french translation, it matchs with the column "DIM_PRODUCT_GROUP.LAB_PRODUCT_GROUP_FR" :
I create a Power BI Report called "POC_PowerBI_Language.pbix" with Power BI Desktop, it looks like that :
The language of my operating system is english (United States) (Windows language and keyboard). I upload this report on my local Power BI Report Server and I open it, refresh the data and I have the following result :
It looks like this is returning random data languages from my cube in the report ! The menu and toolbar are correctly translated in english however I can not understand why the object "Product Group Label" is displayed in a mix of french and english on the tab and in french on the graph. There is the same problem if I switch the operating system language to italian or french with the data translation in Power BI report.
To put it in a nutshell, I have 2 problems :
1) The data language of the report ("POC_PowerBI_Language.pbix") doesn't match with the language of the operating system ! There are lots of bug concerning the data language while using cube (SSAS). Why is not working properly ?
2) I am not able to change the language of my Power BI report (for instance with a parameters containing the list of availables languages of my cube ?). That's a very important point for me, is that possible ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.