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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
BlastS
Helper I
Helper I

Calculate/SumAll Duration in specific intervals

I have been working with a litle of dax function but still i am strunglig to get this exact thing which is:

 

I have as columns:

 

IndexTIMEColumnFDurationColumnX
130/07/2012 00:01:10   
230/07/2012 00:01:200100
330/07/2012 00:01:300100
430/07/2012 00:01:400100.2
530/07/2012 00:01:500100.2
630/07/2012 00:02:000100.2
730/08/2012 00:02:101100
830/07/2012 00:02:200100
930/07/2012 00:02:300100.2
1030/07/2012 00:02:400100.2
1130/07/2012 00:02:501100
1230/07/2012 00:03:000100

 

The Output Should be = 50 (30 + 20)   in format like dd:HH:mm:SS ( 00 00:50:00)

 

What i want to do is to sum all the time duration when columnX is 0.2 (how can i sum each individually ) ?

 

How can i achieve this on powerbi ? 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

See if this helps:

Measure = 
CALCULATE(
    SUM(Table1[Duration]),
    Table1[ColumnX]=.20
)

Simple Calc.png

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

See if this helps:

Measure = 
CALCULATE(
    SUM(Table1[Duration]),
    Table1[ColumnX]=.20
)

Simple Calc.png

Hi, @Anonymous

 

That helps a litle but its not that i am exactly looking for. After that how you would convert to datetime?

Anonymous
Not applicable

Sorry, dont follow.  Could you possibly put what your expected output would be?

HI, @Anonymous

Like each 10 of duration its 10 min so the output after sum all should be like 0 00:50:00 (means 0 days 0 hours 50 min 0 sec)

Hi @BlastS,

 

Here is a blog for your reference, please refer to it to convert minutes to duration.

Aggregating Duration/Time

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.