Quantcast
Channel: All Developer posts
Viewing all articles
Browse latest Browse all 49634

Re: Difference between dates in the same column

$
0
0

,

 

According to your description, you could add a calculated column as follows.

Duration Column = 
DATEDIFF (
    Table1[Action Date],
    LOOKUPVALUE (
        Table1[Action Date],
        Table1[Req No], Table1[Req No],
        Table1[Apr Seq No], Table1[Apr Seq No] + 1
    ),
    HOUR
)

Viewing all articles
Browse latest Browse all 49634

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>