Forum Discussion
BlastS
Helper I
7 years agoCalculate/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: Index TIME ColumnF Duration ColumnX 1 30/07/2012 00:0...
- Anonymous7 years ago
See if this helps:
Measure = CALCULATE( SUM(Table1[Duration]), Table1[ColumnX]=.20 )
BlastS
Helper I
7 years agoHi, Anonymous
That helps a litle but its not that i am exactly looking for. After that how you would convert to datetime?
Anonymous
7 years agoNot applicable
Sorry, dont follow. Could you possibly put what your expected output would be?