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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
marisap
Regular Visitor

Using FIND function

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!

1 ACCEPTED SOLUTION
v-qiuyu-msft
Community Support
Community Support

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)

 

z1.PNG

 

 

If you have any question, please feel free to ask.

 

Best Regards,
Qiuyun Yu

 

 

 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-qiuyu-msft
Community Support
Community Support

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)

 

z1.PNG

 

 

If you have any question, please feel free to ask.

 

Best Regards,
Qiuyun Yu

 

 

 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.

Anonymous
Not applicable


@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-...

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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.

Top Solution Authors