Forum Discussion
karnzo
8 years agoRegular Visitor
Beginner question - formatting graph axis
I have read several answered questions in the the forums and can't seem to find exactly what I am looking for. I am fairly new to Power BI so I am still in the learning phase. I am trying to displa...
- 8 years ago
HI karnzo
It sounds like a calculated measure should work, if I understand your post.
Something like
Hours = SUM('table1'[Duration] ) / 60and then drag this measure to the values area of your chart in place of the field.
Phil_Seamark
8 years agoMicrosoft Employee
HI karnzo
It sounds like a calculated measure should work, if I understand your post.
Something like
Hours = SUM('table1'[Duration] ) / 60and then drag this measure to the values area of your chart in place of the field.