Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Sum is displaying wrong after concatenating

Hi all,  I'm new to power bi, 

I have concatenated the two columns to get the data in "20:45" format by concatenating two columns(int fields). After concatenation the total is becoming either the first value or the last value of the column. Is there any way to get the sum of all the rows as column total?

required output : the highlighted row should be the sum of all rows. that is (0:21+0:37+9:4+1.52+0.8) = 12.3

can someone help me. Thanks in advance


Measure : 
concat =

CALCULATE(CONCATENATE(SUM([Hours]),

CONCATENATE(":", SUM([Minutes]))

2 Replies