Share via

Excel Query - Data size filter issues

Anonymous
2024-03-28T08:19:48+00:00

Hi, I am trying to set up a query from a large data source (200000 entries) however cant apply any filters in the query as they are only looking within the first 1000 rows of data. The data source is an excel sheet which contains the results of a query pulling from a SAP type system.

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2024-03-28T15:45:03+00:00

    Andreas, that seems to be working now, I also discovered an issue with the data type between numbers / text which i think may have been exacerbating the issue but this has really helped solve it thanks!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-03-28T15:15:03+00:00

    Unfortunately the MCode isnt picking up any entries outside the first 1000 lines and as such isnt letting me add the filter criteria.

    Again: That's just a visual issue on screen!

    Set a filter to something to get the MCode, then modify it:

    Andreas.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-03-28T11:57:42+00:00

    Unfortunately the MCode isnt picking up any entries outside the first 1000 lines and as such isnt letting me add the filter criteria.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-03-28T11:28:46+00:00

    large data source (200000 entries) however cant apply any filters in the query as they are only looking within the first 1000 rows of data.

    That's wrong.

    You can see 1000 rows on screen, yes, because the PQ editor shows a preview only, but the MCode process the whole data. In these cases you have to write/adapt the MCode yourself.

    Andreas.

    Was this answer helpful?

    0 comments No comments