Forum Discussion
Data category duration not working
- 6 years ago
That will not work because the bar chart needs a number or a count and you are providing a text value.
The option you have is to do the normal sum and then use the previous measure as a tooltip.
I'd like to use a bar chart in Power BI to compare average durations of different departments.
- MFelix6 years ago
Super User
That will not work because the bar chart needs a number or a count and you are providing a text value.
The option you have is to do the normal sum and then use the previous measure as a tooltip.
- danielakunz6 years ago
Helper I
Okay thank you. Do you think its possible with Power Query?
- MFelix6 years ago
Super User
You can convert the column to a duration column, however when you place that in a chart visualization you will get the values in numbers and not in hours minutes format.
Please ceck the post below with an example of the solution in the query editor.