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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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
Microsoft Employee
Microsoft 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
Community Champion
Community Champion

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



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!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors