Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I currently have a small data set of running times, which on excel I have converted minutes and seconds using =TIME(0,Min,Sec) etc. and set custom time to represent MM:SS. When I convert this to Power BI this it is converted to date hierarchy. How do create measure to replicate excel times back to MM:SS on power BI and also allow the model to average the times?
Currnet example
Excel Power Bi
Min Sec Time Date hiearchy = Run time
9 23 9:23 9:23
Solved! Go to Solution.
You can still do math on these times. The math will become awkward if you go over 24 hours.
Remember - Dates are the integer part, hours, minutes and seconds are the fractional part. 24 /1440 / 86400
Disable Auto Date/Time if you don't want the hierarchy
Hi @Sean29, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
@Sean29, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
@Sean29, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
@lbendlin , Thanks for your promt response.
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
You can still do math on these times. The math will become awkward if you go over 24 hours.
Remember - Dates are the integer part, hours, minutes and seconds are the fractional part. 24 /1440 / 86400
Disable Auto Date/Time if you don't want the hierarchy