Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Tooltip Value Showing Twice

Hello, I'm wondering how to essentially sort a bar chart visualization by the legend. In the visualization below, I am visualizing the number of people belonging to a sub-category of an Audience; th...
  • MFelix's avatar
    6 years ago

    Hi  Anonymous ,

     

    The sorting of the default tooltip is made based on:

    • Axis value
    • Legend value
    • Value
    • Tooltip fields (in the order you place them)

    You cannot change this behaviour so adding the Audience Category to the tooltip part duplicated the value and does nothing to sorting.

     

    To achieve a custom sorting you need to create a custom tooltip para that way you can sort the values of the tooltip as you need.

     

    https://docs.microsoft.com/en-us/power-bi/desktop-tooltips