Forum Discussion

Vickram's avatar
Vickram
Helper III
5 years ago
Solved

data from different queries in one visual

Hi, I have a QueryA which has population data of different age groups based on geographical area which overlaps. So, i will provide the geographical area code to slice the data so that it only shows...
  • Anonymous's avatar
    Anonymous
    5 years ago

    HI Vickram,

    Your age group is used text values, for the text fields, power bi will use ASCII code order to sorting. (when sorting with ASCII code, the numeric value in text type does not use general number sort orders)

    Perhaps you can create a custom sort order table with all age groups and setting index for them.

    Custom Sorting in Power BI 

    Regards,

    Xiaoxin Sheng