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
shkabuzar
Frequent Visitor

TopN values in each month

Hi,

 

I would like create TOP10 categories for the month, the expected results should be like below. In the below image the top10 of the month are highlighted in Blue color. In the month of october category "G" in top 10 list and in the november it is not in top10 so it is showing in grey color. The main objective is to show up top10 catgories of the month. I have tried the RANKX. still it is not working. Please provide solution for it. 

 

topn.png

 

Thanks,

 

1 ACCEPTED SOLUTION
v-lili6-msft
Community Support
Community Support

hi, @shkabuzar

After my test, you could try this way:

Step1:

Use RANKX Function to create a measure

rank = RANKX(ALLEXCEPT(Table1,Table1[Month]),CALCULATE(SUM(Table1[Qty])),,DESC)

Step2:

Use Conditional formatting in Power bi

Right field Value choose Conditional formatting

1.JPG

In my simple case, i will show top2 values in red by month

 

Result:

2.JPG

here is pbix, please try it.

 

Best Regards,

Lin

 

 

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-lili6-msft
Community Support
Community Support

hi, @shkabuzar

After my test, you could try this way:

Step1:

Use RANKX Function to create a measure

rank = RANKX(ALLEXCEPT(Table1,Table1[Month]),CALCULATE(SUM(Table1[Qty])),,DESC)

Step2:

Use Conditional formatting in Power bi

Right field Value choose Conditional formatting

1.JPG

In my simple case, i will show top2 values in red by month

 

Result:

2.JPG

here is pbix, please try it.

 

Best Regards,

Lin

 

 

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.