Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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-...
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 87 | |
| 49 | |
| 36 | |
| 31 | |
| 30 |