cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors