Forum Discussion
Sum Of Duration
- 5 years ago
Do not add these as a column in your table. Make them measures only.
Then you add the measure to a visual next to the EvenName:
i must be missing somethign here, i just cannot get this to work
so, just to clarify what ive done
i have created a column in power query
Seconds = [EndTime]-[StartTime] set this to total seconds
in DAX
Duration Seconds = Sum(Table[Seconds])
In DAX
Do not add these as a column in your table. Make them measures only.
Then you add the measure to a visual next to the EvenName:
- Anonymous5 years agoNot applicable
ok, ive se them up as a measure but it wont let me add it to the value field in the graph
- jdbuchanan715 years agoSuper User
Sorry, I think I understand now. You want to show the hh:mm:ss on the axis of the graph, circled in red below:
Unfortunately the graph you will only accept numbers in the value and there is not a way to show a duration format on the axis. About the best you could do is add it as a tooltip.
- Anonymous5 years agoNot applicable
thnak for the reply, yeh i worked that out, thank you for your help