Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Filters and sorting issues with data from different languages

We're experiencing issues with databases that has different language data.  We have a Power BI report that was created originally with a PC language set as English but when we're importing data wi...
  • v-janeyg-msft's avatar
    5 years ago

    Hi, Anonymous 

     

    I reproduced your scenario, and this problem did occur, but I found a solution, which is simpler than recreating the report.

    You need to create another report(with swedish language model setting) with the field(need to sort), then create a column to sort and publish it to pbi service.

    Like this:

    Column = RANKX('Table',[Column1],[Column1],ASC)

    Secondly, You need to add a powerbi dataset data source to the original report, and then establish a relationship between the two tables, and then use the new table columns and calculated columns in the visual to replace the original one, then you can get the correct order finally.

     

     

    Best Regards

    Janey Guo

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.