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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
DM_95
Frequent Visitor

Measure for Highest value and 2nd highest value of column

Hi,

 

I want to create a measure for the highest value and 2nd highest value of Delivery Country. In the matrix below, Net Sales PY ('Sales' [Net Sales PY]) are displayed by Width ('Product'[Width]) and by Delivery Country ('Address'[Country ISO]). What I try to create in this matrix is a column next to Net Sales PY with the highest value of Delivery Country ('Address'[Country ISO]). So, in this case for Width=320, Delivery Country "DE" needs to be shown (Other countries as Blank()). I would also need an extra column with 2nd highest value of Delivery Country ('Address'[Country ISO]). So, in this case for Width=320, Delivery Country "BE" needs to be shown.

It needs to be dynamic. So when I select other customers, it needs to take into account all possible Delivery Countries.

 

DM_95_0-1668082912024.png

2 REPLIES 2
DM_95
Frequent Visitor

@amitchandak , when I create your measure it shows exactly the same values as [Net Sales PY] because it's already sorted by Width and Country ISO. What I'm trying to get is the Country ISO for the maximum value. For example, [Net Sales PY] of Width "320" and Country ISO "DE" is 237.338,73 --> measure needs to show the max value of Country ISO. So, "DE" in this case. The second measure needs to do the same but for the 2nd highest value of Country ISO ("BE" in this case).

 

Thanks in advance!

amitchandak
Super User
Super User

@DM_95 , Try a measure like

 

calculate([Net Sales PY], TOPN(2, allselected('Address'[Country ISO]), [Net Sales PY],desc), values('Address'[Country ISO]))

 

TOPN: https://youtu.be/QIVEFp-QiOk

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.