Forum Discussion
CalvinL
Helper II
6 years agoRecognise Column as a Time?
Hi all, First time using Power BI, so apologies if it sounds confusing/doesn't make sense or isn't possible. Basically, I've got a dataset that records values every 30 mins and stores them un...
camargos88
Community Champion
6 years agoHi CalvinL ,
I didn't try it after Hour 9, so the code would be like:
Duration.ToText(#duration(0, 0, 30, 0) * Number.FromText(Text.Split([Attribute], " "){2}))
Also, Hour 48 will be next day ?
I've updated the file.
CalvinL
Helper II
6 years agocamargos88 Values are being recorded every half hour (30 mins) hence the 00:30. Sorry for any confusion.
- camargos886 years ago
Community Champion
- CalvinL6 years ago
Helper II
Hi camargos88
Thanks for that. That file seemed to work for me too.. appreciate you answering all of my questions! I've marked your original file post as the solution.