Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

How to Test if Incremental Refresh is Working?

I've set up incremental refresh on a dashboard linking to Athena data source. It refreshes and looks fine, but takes a little longer to refresh than the same report without incremental refresh on (which loads a full week each refresh instead of 1 day).

How can I test that it is using the incremental property on the query to the Athena data source, and is not loading it all in and only doing incremental at that point? I'm wondering if I can use the different messages during refresh eg. is only the part that says 'waiting for dsn Ahtena' relevant in terms of time it takes for this question? My main goal is to query less data more than reduce refresh time, so that I am spending less money on cloud querying. But as I can't see the amount of data the query is using, I'm using time to refresh as a proxy.

I've tried 'viewing native query' but this is greyed out. However the data source and query should support query folding, as it is SQL based and a very simple query with a string formatted date field (that is converted to date time once in PBI).

10 Replies

  • Anonymous 

    Not sure I got it. But Typically we check of lastest day weeks data has come into the system or not and match those values with source data sources values.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks amitchandak , the data has come through, but I'm trying to see if it's improved performance or not. ie. Was it able to *only* query the new data? Currently speed of querying is same as without incremental update so I'm trying to figure out why that is.