Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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.
Thanks,
Solved! Go to Solution.
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
In my simple case, i will show top2 values in red by month
Result:
here is pbix, please try it.
Best Regards,
Lin
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
In my simple case, i will show top2 values in red by month
Result:
here is pbix, please try it.
Best Regards,
Lin
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
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!