Forum Discussion

IAM's avatar
IAM
Helper III
4 years ago
Solved

SQL connection -> different Query stages.. Why???

Hello,   I am working on a report, made by someone I cannot reach anymore. I would like to know the logic behind this setup..    There are (very large) datatables connected with SQL. In Power Qu...
  • indkitty's avatar
    4 years ago

    Folder or Data source should not be affecting. The SQL data may be cleansed or Raw data, at times I have used both cleansed and raw data. 

    I have data refresh running more than 30 minutes, that would be during initial stage. 

    Check if the merge table is at the last process, if they are then the new table is dependent on other tables data refresh. You could also check if the data has to be refreshed for the entire tables or update /append only the new data into the table. This would use incremental refresh which is much faster. 

    Guysinacube has tutorials for Query folding, incremental refresh, reduction of data by using parameters.