Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

TOP N filter or DAX measure?

Hello, everybody!   I have the following question, what is the best performance level for a TOP N? Do you prefer to use filters at display level or create a measure in DAX that performs TOP n ? W...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Anonymous 

    Usually you use the filter TopN in report visuals.The TOPN dax is a table expression used to create a table returns the top N rows of the specified table.

     

    Paul Zheng
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly