Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
LT_Maverick
Frequent Visitor

Trying to align the tooltip to make it easier on the user to understand the story.

LT_Maverick_0-1764098855703.png

I have a line graph which shows a service line's volume by Surgeon. I would like the tooltip to display in decending order based on the sugeons # of procedures for that month. I did not realize until I reached this point that it was not a simple option to choose. I tried searching but a lot of the problems I read were all from the early years of Power BI and nothing recent I am hoping this improvement or a workaround has come up.

 

I tried to add a rank structure to the tooltip but that did not work either. 

 

Surgeon Rank by Case Volume =
RANKX(
    ALLSELECTED('OR Volume All Hospitals'[SurgeonName_Standard]),
    CALCULATE(DISTINCTCOUNT('OR Volume All Hospitals'[CaseID])),
    ,
    DESC,
    DENSE
)
1 REPLY 1
lbendlin
Super User
Super User

Create a custom tooltip page. There you can influence the sort order.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors