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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Dax for return TOP 1 region name

Hi I have a table created rankx measure based on the Docs upload % for each region so i got output which is best performing region

 

RegionRankx Docs Upload POD %
North80.00%
Rajasthan80.00%
Tamil Nadu113.00%
Madhya Pradesh75.00%
Kerala65.20%
East56.10%
West47.20%
Andra Pradesh37.40%
Karnataka27.90%

 

 

 

Ths is the ranking measure which used

Rank Region = RANKX(
ALL(dim_branch master[REGION_DESC]),
Fact_POD[# Docs Uploaded POD%],,DESC)

 

 


Now i wanted return the top 1sst region "name" using dax
that means
from the above table we can see tamil nadu is ranked as 1 and app upload % is 13%, now i need help to create dax for top region name as tamil nadu
so if i put dax into card visual my output should as above condition tamil nadu

appreciate help on this

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi,

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

Please check the below picture and the attached pbix file.

 

Jihwan_Kim_1-1697463916406.png

 

 

Jihwan_Kim_0-1697463902283.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.

View solution in original post

1 REPLY 1
Jihwan_Kim
Super User
Super User

Hi,

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

Please check the below picture and the attached pbix file.

 

Jihwan_Kim_1-1697463916406.png

 

 

Jihwan_Kim_0-1697463902283.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.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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