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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
hassanh2
Helper I
Helper I

Add custom column - query

Hello, I was adding a custom column to my model to map "item code" column to get the for example last 5 digits based on certain prefix in the source column ( using left(Item code column, 5) and in other instances I had to I use "mid" as well as "right" but I got an error message: 'left' name is misspelled!

 

Aren't these (Left, mid and right) not accepted in query of custom column ?

 

1 ACCEPTED SOLUTION
Vijay_A_Verma
Super User
Super User

These are valid in DAX not in Power Query. In PQ, following are the equivalents

MID - Text.Middle

RIGHT - Text.End, Text.EndsWith

LEFT - Text.Start, Text.StartsWith

View solution in original post

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @hassanh2 

 

DAX and M languages are two different languages in Power BI. They have different functions and syntax. 

Power Query M function reference 

DAX function reference 

 

Can you show your expected result with some dummy data so that we can provide an example solution based on that? 

 

Best Regards,
Community Support Team _ Jing

Vijay_A_Verma
Super User
Super User

These are valid in DAX not in Power Query. In PQ, following are the equivalents

MID - Text.Middle

RIGHT - Text.End, Text.EndsWith

LEFT - Text.Start, Text.StartsWith

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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