cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
MartynHead
New Member

Custom Column to Category Triaging, Triaged or Late Returning an Error

My custom column is returning error based off a conditional column

Conditional Column

MartynHead_1-1685703317222.png

MartynHead_2-1685703354209.png

Code:

if [Triaging] = "Triaging" and [Triage Target] >= DateTimeZone.LocalNow() then "Triaging" else if [Triaging] = "Triaged" then "Triaged" else "Late"

This returns error for those in the triaging state

MartynHead_4-1685703392000.png

Triage Target is a custom column which is Start Date & Time & (04/24)

MartynHead_6-1685703502100.png

Any advise other than a replace Errors with Triaging?

1 ACCEPTED SOLUTION

Hi @ovde I have transformed the date format to match the left and it is fixed.

 

Thanks for your help.

View solution in original post

3 REPLIES 3
MartynHead
New Member

hi @ovde 

 

I have changed it DateTime.LocalNow() and I get this error

 

Expression.Error: We cannot apply operator < to types DateTime and Text.
Details:
Operator=<
Left=05/06/2023 11:15:50
Right=2023-06-02T14:40:00Z

Hi @ovde I have transformed the date format to match the left and it is fixed.

 

Thanks for your help.

ovde
Resolver I
Resolver I

Hi @MartynHead ,

 

Can you click on the error and tell us what is says? I suspect something is nog quite right with the DateTimeZone.LocalNow() function since your custom column is of the datetime type and not datetimezone. I suggest you use DateTime.LocalNow - PowerQuery M | Microsoft Learn

Helpful resources

Announcements
Join Arun Ulag at MPPC23

Join Arun Ulag at MPPC23

Get a sneak peek into this year's Power Platform Conference Keynote.

PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors