Is there any possible way to limit the no.of of rows in Power BI desktop - Table Visual

Malarvizhi P R 20 Reputation points
2024-07-23T04:18:23.0833333+00:00

I need to limit my table view by 20k or 30k rows of data as default view in Power BI report level table view. When there is no slicer filter applied on the table but when the slicer filter are applied the table should display that particular filter combination data with 20k -30K. Is it possible?. Please let me know the inputs on this or some alternative solution.

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
370 questions
0 comments No comments
{count} votes

Accepted answer
  1. Syed Saleem Peera 5,720 Reputation points Microsoft Vendor
    2024-07-23T05:53:15.9666667+00:00

    Hi Malarvizhi P R,

    Thank you for reaching out to us on Microsoft Q&A forum.

    Yes, it is possible to limit the number of rows in a Power BI table visual to 20k or 30k by default and have it dynamically adjusted when slicers are applied. Here's how you can achieve this:

    Add an Index Column

    In Power Query Editor:

    1. Open your dataset.
    2. Go to Add Column > Index Column > From 1.

    Alternative Solution

    Using Top N Filter:

    1. Select your table visual.
    2. In the Filters pane, use the Top N filter option.
    3. Specify 20000 or 30000 as the number of top rows to display.

    This approach ensures that your table view remains manageable and performs well, both with and without slicer filters.

    If you are still facing any issue, please let us know in the comments. We are glad to help you.

    If the information is helpful, please Accept Answer so that it would be helpful to community members.

    Thank you.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.