Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
After I upload the below excel sheet into power bi it will show an error in the highlighted row.
How can i change the data type in Power BI as dd:hh:mm:ss?
Solved! Go to Solution.
Hi @cham,
To format data in "dd:hh:mm:ss", you can add a calculated column with below DAX:
Column = FORMAT(Table[TimeField],"dd:hh:mm:ss")
Hi @cham,
To format data in "dd:hh:mm:ss", you can add a calculated column with below DAX:
Column = FORMAT(Table[TimeField],"dd:hh:mm:ss")
Thank you so much I tried the way you explained
Hi,
Thank you for your measure.
But i upload the sheet into power bi and close and apply the sheet then it will show errors.
I canadd a column using your meausure but the error in the edit query will remain same right?
How to avoide that?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |