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
Alirezam
Helper V
Helper V

IF function on date with multiple criteria

Hi friends,

It looks quite simple and it works when I apply the "IF" function on the "Date" column to perform an operand on column 'kWh' as shown below. However, I have no success when I add multiple criteria to 'Date' for example I want to do this multiplication only for 3 days and my code is as below but the 'New column' comes with "Error"

 

if [date]=#date(2021,05,02) or [date]=#date(2021,05,03) then [kWh]*1000 else [kWh]

 

any idea please!Capture.PNG

1 ACCEPTED SOLUTION
Alirezam
Helper V
Helper V

Thanks, Vera, I think I solved it with expanding it into multiple 'else' and 'if' 🙂

 

View solution in original post

2 REPLIES 2
Alirezam
Helper V
Helper V

Thanks, Vera, I think I solved it with expanding it into multiple 'else' and 'if' 🙂

 

Vera_33
Resident Rockstar
Resident Rockstar

Hi @Alirezam 

 

What is the error? I saw your Date column was typed [date] here, is it the reason? M is case sensitive

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