Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi I would like to use the MID & FIND Functions the same way as I would in Excel. However any time I use FIND I get errors. Can anyone suggest how I should go about doing this?
Thanks!
Solved! Go to Solution.
Hi @marisap,
In your scenario, I would suggest you check the syntax of the FIND( ) function and MID( ) function in DAX firstly.
Also there is a sample for your reference. I have created calculated columns and specify expressions with FIND( ) and MID( ) functions like below:
FIND expression = FIND("Designer",'Table1'[Title],,BLANK())
Mid expression = MID('Table1'[Phone],5,8)
If you have any question, please feel free to ask.
Best Regards,
Qiuyun Yu
Hi @marisap,
In your scenario, I would suggest you check the syntax of the FIND( ) function and MID( ) function in DAX firstly.
Also there is a sample for your reference. I have created calculated columns and specify expressions with FIND( ) and MID( ) functions like below:
FIND expression = FIND("Designer",'Table1'[Title],,BLANK())
Mid expression = MID('Table1'[Phone],5,8)
If you have any question, please feel free to ask.
Best Regards,
Qiuyun Yu
I'm using exactly that in PowerBI Desktop, in a PBIX file and getting: Expression.Error: The name 'FIND' wasn't recognized. Make sure it's spelled correctly.
@jccote2536 wrote:I'm using exactly that in PowerBI Desktop, in a PBIX file and getting: Expression.Error: The name 'FIND' wasn't recognized. Make sure it's spelled correctly.
you can look at it here
https://stackoverflow.com/questions/57713963/find-position-of-a-character-in-a-string-function-in-m-...
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.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 37 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |