Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe'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
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 ?
Solved! Go to Solution.
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
Hi @hassanh2
DAX and M languages are two different languages in Power BI. They have different functions and syntax.
Power Query M 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
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 7 | |
| 6 | |
| 5 |