Forum Discussion

dariuszszyc's avatar
dariuszszyc
Frequent Visitor
9 years ago
Solved

Row count at each step in Query (Power BI Desktop)

Hello,   I'm building a query based on large excel files. When there are more than 999 rows I see an information like "30 COLUMNS, 999+ ROWS" after each step in my Query. Imagine, that my query h...
  • MarcelBeug's avatar
    MarcelBeug
    9 years ago

    An aternative workaround would be to create your query and next, in the Advanced Editor, add some row count steps after steps you want to verify.

    My guess is that there would be a limited number of steps that could possibly influence the number of rows in your table, so you don't need to do it after each query step.

    You can (de)comment the row count steps as required.

     

        C0010 = Table.RowCount(PreviousStep),

    You may also want to check again when you refresh your data: maybe rows won't be added with the current snapshot, but they might be with future data.