Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Updating summary table

Hi,  any help here would be much appreciated.  I createdf a summary table (shown below), and I would like to be able to have these metrics be persistant to show change over time.  For example, on refresh the table adds 6 more rows with new counts and the refresh date.  Then I could calculate if any of the status went up or down from last refresh.

 

I'm guessing donig this in M query might be better, so I'm just looking for a little guidence.  

 

Thanks in advance!

 

2 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thank you! I will need to create a new table, then do a merge queries to duplicate the first table, then from the second table do the group by.  I think that will work, thank you!