Forum Discussion
Anonymous
5 years agoNot applicable
Summing time values in a table
Hi all, I am relatively new to Power BI and need help with the following: I have a dataset in Excel that shows me why a machine was malfunctioning. For each malfunction, I have the reason for ma...
- 5 years ago
Hi, Anonymous
You need to create a measure to replace you original column field as below:
Measure_Duration = SUM('Table'[Duration])Then change the format of measure as below:
Best Regards,
Community Support Team _ Eason
v-easonf-msft
5 years agoCommunity Support
Hi, Anonymous
You need to create a measure to replace you original column field as below:
Measure_Duration = SUM('Table'[Duration])
Then change the format of measure as below:
Best Regards,
Community Support Team _ Eason
Anonymous
5 years agoNot applicable
Thanks a lot for your solution, I managed to fix it with your help!