Forum Discussion
Combining Multiple Sum 'Value Sets' into One Column
- Anonymous1 year ago
Hi Intheknow109,
We would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Regards,
Akhil.
If you are new to Power BI then learn about "data types".
For example text, whole numbers, decimals, dates and times.
A hour data time can only contain a maximum of 24
a minute data type can only contan a maximum on 60
So do not use hour and minute data types for problem.
Create a whole number data type called "Minutes" that = (HH * 60) + MM
Then use "minutes" to draw your graph/
Please clcik the thumbs up and [accept solution button].
Thank you !