Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
In a column I have values
8.00.00
2.30.00
4.45.00
which are Time Type. I need to change them to Decimal Numbers so they would be
8,00
2,50
4,75
How can I achieve this?
Solved! Go to Solution.
Hi,
According to your description, i create a sample like this:
After Apply&Close, it shows:
Then try this calculated column:
TimeDuration = 'Table'[Custom]*24
The result shows:
Here is my test pbix file:
Hope this helps.
Best Regards,
Giotto
Hi,
According to your description, i create a sample like this:
After Apply&Close, it shows:
Then try this calculated column:
TimeDuration = 'Table'[Custom]*24
The result shows:
Here is my test pbix file:
Hope this helps.
Best Regards,
Giotto
@Anonymous ,Try like a new column
New column = hour([Time]) + Minute([Time])/60
No, my time values are in fact durations, so your suggestion is not ok. Thanks anyway.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
86 | |
86 | |
84 | |
67 | |
49 |
User | Count |
---|---|
131 | |
110 | |
97 | |
71 | |
67 |