We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi All,
I've a calculated column containing hours (Date type- Decimal Number) and also a date/time column, I want to add the hours to the date/time column but there is many different hours/date values.
My problem is , if the hours column is 12, it's adding 12 days instead of 12 hours, I believe the formatting of my hours column is probably wrong.
I'm relatively new to Power BI so would appreciate any help.
Thank you!
Solved! Go to Solution.
So, date/time is actually a decimal number where the integer portion is the number of days since December 30th, 1899 and the decimal portion is the time component. So, to add hours you will need to add it as the decimal part. So, for example, 1 AM is .0416666667 (1 / 24 ).
So, date/time is actually a decimal number where the integer portion is the number of days since December 30th, 1899 and the decimal portion is the time component. So, to add hours you will need to add it as the decimal part. So, for example, 1 AM is .0416666667 (1 / 24 ).
Thank you very much, Worked perfectly!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 41 | |
| 34 | |
| 25 |