Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi Wizards,
I'm working with Google Analytics data from BigQuery. I've succeeded in extracting hour from my hit time stamps, so now I have a column of whole numbers in a range of 1 - 24. I want to convert these to hours but I'm getting an error when I do so. Is it that it does not expect the presence of 24, and that this should be rewritten as 00?
Any suggestions gratefully accepted
@JonSwed , Not very clear on the context
Hour = Quotient([col],24)
remaining= Mod([col],24)
Refer if needed:https://radacad.com/calculate-duration-in-days-hours-minutes-and-seconds-dynamically-in-power-bi-usi...
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.