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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
wouter-GJI
New Member

Time difference with values in the same column

Dear fellow PowerBi-ers,

 

I started PowerBI about a year ago and have learned a lot from this forum but now I am a bit stuck.

 

I want to calculate how long a product was in a certain status and I found a formula but its needs some tweaking.

 

The current formula  (new column):

Duration (min) =

var Temp =

    TOPN(

        1,

        Filter (

            'ProductLogs',

            'ProductLogs'[ProductID] = EARLIER('ProductLogs'[ProductID])

                && 'ProductLogs'[Timestamp] < EARLIER('ProductLogs'[Timestamp])

        ),

        [Timestamp], DESC

    )

Return

DATEDIFF(MINX(Temp,[Timestamp]),'ProductLogs'[Timestamp],MINUTE)

 

This returns the correct number but puts it in the wrong row.

wouterGJI_0-1669972180266.png


On top of this, I want to include that whenever the product in its current/last status its calculates the difference with the current time.

 

Hope you can help. Thanks in advance

1 ACCEPTED SOLUTION
wouter-GJI
New Member

1 REPLY 1
wouter-GJI
New Member

Few minutes after my post a similar question was posted and solved:
https://community.powerbi.com/t5/Desktop/Starting-date-and-End-Date-same-field-Diff-in-Dates/m-p/294...

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.