Forum Discussion
top and flop
hello
i would like to know if it is possible to calculate the top N product following two criteria
example top 10 products based on Manager and Region
Also i would like to know how we can have the FLOP 10 of Products (if there is an example why not)
best regards
sli
Hi SLI ,
Based on my research, there are three ways to get the top ten or bottom n data.
1.You could use the "Top N" filter function in filter type:
https://community.powerbi.com/t5/Desktop/TopN/td-p/131646
2.You could use the dax "TOP N":
https://docs.microsoft.com/en-us/dax/topn-function-dax
https://community.powerbi.com/t5/Desktop/find-top-and-bottow-N-rows-in-table-DAX/td-p/3434343.Use M languages:
https://community.powerbi.com/t5/Desktop/Top-N-and-Bottom-N-in-single-chart/td-p/145430
Regards,
Daniel He
1 Reply
- v-danhe-msft
Microsoft Employee
Hi SLI ,
Based on my research, there are three ways to get the top ten or bottom n data.
1.You could use the "Top N" filter function in filter type:
https://community.powerbi.com/t5/Desktop/TopN/td-p/131646
2.You could use the dax "TOP N":
https://docs.microsoft.com/en-us/dax/topn-function-dax
https://community.powerbi.com/t5/Desktop/find-top-and-bottow-N-rows-in-table-DAX/td-p/3434343.Use M languages:
https://community.powerbi.com/t5/Desktop/Top-N-and-Bottom-N-in-single-chart/td-p/145430
Regards,
Daniel He