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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Rafi35
New Member

Text.Contains M Language

Hi Everyone, i have a basic question regarding m language. What will be best way to practice it? And i have a column where in few cells "Aop" is mentioned in remarks and others are not. I want to add a new column and add this word Aop if that is in earlier column or else null. How to do that?

1 ACCEPTED SOLUTION
shafiz_p
Super User
Super User

Hi @Rafi35 
Best way to practice:

  1. Use the power query editor: Spend time in power query editor. Practice creating query using interface, review query using advance editor.
  2. Learn by doing: Try to solve real world problem. Try to solve them using M language. Hands-on approach will help you understand how different function works together.
  3. Review and Refactor: Look back at your previous work and see if you can improve it.
  4. Read Books: My suggestion would M for data monkey. This book will help you to start learning very easily. 

 

Try this code using custom column:

if Text.Contains([Column Name], "Aop") then "Aop" else null

 

 

Hope this helps!!

If this solved your problem, please accept it as a solution!!

 

Best Regards,
Shahariar Hafiz

View solution in original post

1 REPLY 1
shafiz_p
Super User
Super User

Hi @Rafi35 
Best way to practice:

  1. Use the power query editor: Spend time in power query editor. Practice creating query using interface, review query using advance editor.
  2. Learn by doing: Try to solve real world problem. Try to solve them using M language. Hands-on approach will help you understand how different function works together.
  3. Review and Refactor: Look back at your previous work and see if you can improve it.
  4. Read Books: My suggestion would M for data monkey. This book will help you to start learning very easily. 

 

Try this code using custom column:

if Text.Contains([Column Name], "Aop") then "Aop" else null

 

 

Hope this helps!!

If this solved your problem, please accept it as a solution!!

 

Best Regards,
Shahariar Hafiz

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.