Forum Discussion
NithinBN
Helper II
4 years agoPerform historical analysis using main data and change log.
Hello All, how can I do perform historical analysis based on Initial State and Change Log data. to get a table like this. Should I create a new table or conn...
Greg_Deckler
Community Champion
4 years agoTable =
GENERATE(
SUMMARIZE('Table1',[Data],[ID]),
SUMMARIZE('Table2',[State],[Priority])
)
NithinBN Seems like you want something like: