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
Stemar_Aubert
Resolver I
Resolver I

Each if VS if alone

Hello everyone,

 

I have a bit of a naive question, and can't find anything on this topic online.

 

What is the difference between the each if and if ? I've only seen the each if appear when using conditional columns, wheras the if statement works just fine when I create my own code.

 

Thanks,

1 ACCEPTED SOLUTION
dax
Community Support
Community Support

Hi Sauber,

You need to understand the "each" syntax in M code, it will be used to  find all records in corresponding column which meet the condition. You could refer to The Each Keyword in Power Query and Understanding Power Query M functions for detail. This is used in M code

And when you create measure , you will use if syntax , this is used in DAX.

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
dax
Community Support
Community Support

Hi Sauber,

You need to understand the "each" syntax in M code, it will be used to  find all records in corresponding column which meet the condition. You could refer to The Each Keyword in Power Query and Understanding Power Query M functions for detail. This is used in M code

And when you create measure , you will use if syntax , this is used in DAX.

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you for helping!

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