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.
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
No, my time values are in fact durations, so your suggestion is not ok. Thanks anyway.
User | Count |
---|---|
75 | |
75 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |