Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
Having no luck modifying this formula to get around the error.
= if [Cancelled] = 1 and [logIn time] <= [dueIn] + 1/24 * .25 and [logIn time] >= [dueIn] - 1/24*.25 then 1
else 0
Expression.Error: We cannot apply operator + to types Time and Number.
Details:
Operator=+
Left=18:00:00
Right=0.010416667
Both columns dueIn & logIn time are in time format.
Solved! Go to Solution.
@Qotsa You will like have to convert your time to decimal number. https://docs.microsoft.com/en-us/powerquery-m/number-from
@Qotsa You will like have to convert your time to decimal number. https://docs.microsoft.com/en-us/powerquery-m/number-from
Thks Greg. That did the trick.
You can get numbers to evaluate by using Duration.TotalMinutes([duein] - [login time]) for example. You can build your logic around that result.
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.