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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
TheBishopEmpire
Frequent Visitor

If Then Else with AND operator (acting as a BETWEEN)

I'm in Power Query editor. I've created a new Customer Column called "EmploymentDuration_Days". This field returns the number of days the employee was employed with the company. I'm trying to evaluate the days into something more common for the user. For instance...

if [EmploymentDuration_Days] >= 181 and [EmpoloymentDuration_Days] < 365 then "6 Months-1 Year" else "Some Other Text Here"

...ultimately this will be 7 itterations of the if() but need to understand why the example above returns the error below:

Expression.Error: The field 'EmpoloymentDuration_Days' of the record wasn't found.
Details:
HiredDate=9/6/2001 12:00:00 AM
RetiredDate=7/9/2002 12:00:00 AM
EmploymentDuration_Days=306
EmploymentDuration=[Error]

1 ACCEPTED SOLUTION
edhans
Super User
Super User

I'd have to see your full M code and example, but your error copied has EmploymentDuration_Days mispelled. It might be as simple as that.

'EmpoloymentDuration_Days'



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

3 REPLIES 3
edhans
Super User
Super User

I'd have to see your full M code and example, but your error copied has EmploymentDuration_Days mispelled. It might be as simple as that.

'EmpoloymentDuration_Days'



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

That was merely a typo and I'm truly thankful for your eagle-eye. The spelling error corrected my error.  

Great! My first go-to issue is typos or something not the same case. Employment_Days will not match Employment_days for example and throw the same error.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors