Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
Is there a way to convert a text column to show as seconds. The column holds text values in the format of HH:MM.
E.g 64:56 should show as 233760 seconds. There will be values greater than 24 hours
Thanks
Yasir
Solved! Go to Solution.
Column 2 =
LEFT ( 'Table'[Column1], LEN ( 'Table'[Column1] ) - 3 ) * 3600
+ RIGHT ( 'Table'[Column1], 2 ) * 60
Column 2 =
LEFT ( 'Table'[Column1], LEN ( 'Table'[Column1] ) - 3 ) * 3600
+ RIGHT ( 'Table'[Column1], 2 ) * 60
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
71 | |
37 | |
31 | |
26 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |