Forum Discussion

gjadal's avatar
gjadal
Microsoft Employee
10 years ago
Solved

Top X with filter

I have a two charts displayed on my dashboard. The first one displays a funnel for categories The second one displays the top 10 items based on occurence. When no category is selected, I want the ...
  • asocorro's avatar
    asocorro
    10 years ago

    I have too done it with RANKX.  Check out this article:

     

    http://www.daxpatterns.com/parameter-table/

     

    Scroll to the section called Limit Top N Elements in a Ranking for an example where the N is dynamic (but then you may set it to 10 internally).