Forum Discussion

rstoll's avatar
rstoll
New Member
9 years ago
Solved

Top N Filter Not Working

I have a data set where I am calculating the variance of budgeted hours vs actual hours. I then want to filter for the top 10 over (bottom N) and underages (top N) by project number. When I filter fo...
  • v-huizhn-msft's avatar
    9 years ago

    Hi rstoll,

    If you just filter a visual, you should use visual level filters. If you want to filter the entire page, you should use the report level filters. Please see:Add a filter to a Power BI report.

    When you select TopN filters, you must add a field to the "By Value" level. From your screenshot, I didn't see it, so please check it as the highlighted in yellow backgroud.



    If you want to get underages (top N), you can create a calculated column to descending order, then use the new column to filter.

    Best Regards,
    Angelia