Forum Discussion
newbie2powerbie
4 years agoNew Member
Help with scatter chart and general visualization question
Hi all, I am fairly new to Power BI. After using power query to transform and merge queries I've run into a bit of a problem trying to build my report/dashboard. What I am trying to do is gra...
amitchandak
Super User
4 years agonewbie2powerbie , You need to have this time in second or minutes to use that on the axis of scatter visual
Example
expected time in sec = hour([expected time])*3600 + minute([expected time])*60 + second([expected time])