Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!