Forum Discussion
Anonymous
3 years agoNot applicable
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 ref...
- 3 years ago
Anonymous , In power query data should get updated when every you got new data. You can use group by for this. https://docs.microsoft.com/en-us/power-query/group-by
amitchandak
Super User
3 years agoAnonymous , In power query data should get updated when every you got new data. You can use group by for this. https://docs.microsoft.com/en-us/power-query/group-by
- Anonymous3 years agoNot 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!