This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello Comunity,
Actuall i have the challange whit Power Query. I will create a IF-Function.
Example: if [Start]>20:00 and [End]<21:00 then [End]-[Start] else 0
But i become a error message. The Question is, we can i do that?
Greetings,
Simon
Solved! Go to Solution.
Hi @Simon_Braun
Your code would like this:
[Start]>#time(20, 00, 0) and [End]<#time(21, 00, 0)
------------------------------------------------------------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.
If you like my response, please give it a Thumbs Up.
Hi @Simon_Braun
Your code would like this:
[Start]>#time(20, 00, 0) and [End]<#time(21, 00, 0)
------------------------------------------------------------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.
If you like my response, please give it a Thumbs Up.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.