Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Simon_Br
Helper I
Helper I

Subtrac Time in Power Query

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

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

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.

View solution in original post

1 REPLY 1
Syndicate_Admin
Administrator
Administrator

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.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors