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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Tob_P
Helper V
Helper V

Top Ranked in various metrics

I have a number of current ranking measures which detail top salesperson, top selling region etc which are working well within a clustered column visual.

 

What I would like to do with each metric is display some additional information. So in best selling region, I'd like to display the region name (this is as a tooltip), but probably through concantenation, also display the best selling salesperson in that region and the total sales for that person. I have all these currently as measures along the lines of this...

 

Top Ranked Region =
CALCULATE(SELECTEDVALUE(tblRep_List[Region]),
TOPN(1,ALL(tblRep_List[Region]), [Amount Measure],DESC))
 
...and have tried some concatenation to merge the measures togeher but obviously I'm then displaying the correct highest selling region ,
but not the correct salesperson within that region.
 
Can anyone advise as to the best way to approach this?
 
Thanks
2 REPLIES 2
Jihwan_Kim
Super User
Super User

Hi,

I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below.

Please check the below picture and the attached pbix file.

I hope the below can provide some ideas on how to create a solution for your semantic model.

 

RANK function (DAX) - DAX | Microsoft Learn

 

TOPN function (DAX) - DAX | Microsoft Learn

 

CONCATENATEX function (DAX) - DAX | Microsoft Learn

 

Jihwan_Kim_1-1701749571990.png

 

 

Jihwan_Kim_0-1701749558404.png

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

Thank you for replying and I can see that I could probably achieve an element of what I need with your solution, so thank you for that.

 

Here is a link to stripped back sample file

 

https://drive.google.com/file/d/1rCl91ci3u80OuT62kUsQgOt6lCOuxyiL/view?usp=sharing

 

What I would like to see if possible to achieve is utilising some of the measures I have (adpating them of course), to have the tooltip style in the first chart, blending together the best selling salesperson & team by daily sales. Unfortunately I need to keep the existing format of the tooltip as there are a number of other metrics I need to display, that cannot be superceded by the tooltip suggestion you have offered.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

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.