Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
NithinBN
Helper II
Helper II

Perform 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.

 

NithinBN_0-1632402934793.png

 

NithinBN_0-1632404113159.png

 

 

 

to get a table like this.

NithinBN_2-1632403034328.png

 

Should I create a new table or connect those 2 tables somehow to get a table like the above ?

4 REPLIES 4
NithinBN
Helper II
Helper II

@Greg_Deckler : I want somethink like, if we use summarize, we either have entry of 20th or 21 and 23.

NithinBN_0-1632404940306.png

 

Greg_Deckler
Super User
Super User

Table = 
  GENERATE(
    SUMMARIZE('Table1',[Data],[ID]),
    SUMMARIZE('Table2',[State],[Priority])
  )

@NithinBN Seems like you want something like:

 


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...
amitchandak
Super User
Super User

@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

Hi @amitchandak :

Merge or Union won't create the these rows for ex,

21-09-2021ID-4OpenLow

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.