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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
dimuch
Frequent Visitor

I need to know count of days between Status changing

Hi All,
I need to know count of days between Status changing.

Capture.PNG

For example
Asset with InvOrg 20451S was
377 days on Storage, then 4 days in Transit, then 17 days in Production, then 13 days on Storage, then 387 days in Production to now.
So I need to know how to calculate it.
Thanks.

4 REPLIES 4
v-huizhn-msft
Employee
Employee

Hi @dimuch,

I try to reproduce your scenario and get expected result. I create the following sample table.

1.PNG

Right click the table->Edit Quey, please add an index column to identify each row.

2.PNG

Create a calculated column to get the previous row status.

Previous status = IF(Test1[Index]=1,Test1[Status],LOOKUPVALUE(Test1[Status],Test1[Index],Test1[Index]-1))

3.png

Finally, create a new table to get the expected result. Please click the "New Table" under modeling on Home page.

5.PNG

Thanks,
Angelia



HI,
I used your formula. But, it display incorrect Previous statusCapture1.PNG

Hi @dimuch,

Your resource table is same with the table given above? And do you add a index column, why there is blank in your result. I guess the table you given is not the resouce table. Please check carefully, I create the sample table based on your table, but it's not same with your table. 

Best Regards,
Angelia

Greg_Deckler
Super User
Super User

What does your source data look like? Can you post it in a table (not an image) so that we can mock it up?


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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.