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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

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
Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors