Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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 connect those 2 tables somehow to get a table like the above ?
@Greg_Deckler : I want somethink like, if we use summarize, we either have entry of 20th or 21 and 23.
Table = 
  GENERATE(
    SUMMARIZE('Table1',[Data],[ID]),
    SUMMARIZE('Table2',[State],[Priority])
  )
@NithinBN Seems like you want something like:
@NithinBN , to me it seems like append in power query or Union in DAX
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.