You have a table maned Sales that contains sales data by sales person.
You want to create a visual that shows the top 5 performing sales persons based on their total sales value.
You use the following DAX function:
TOPN(5, Sales, orderBy (SalesPerson, TotalSales))
Does this action show the top 5 performing sales persons based on sales value?
Select an option, then click Submit answer.
-
○
Yes, it does
-
○
No, it does not