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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
SteveCarter1
Advocate II
Advocate II

An argument of function 'SEARCH' has the wrong data type or has an invalid value

This has got to be simple but I just can't see it.

Can anyone tell me why I get that error?

I am trying to create a new column and just want the number of the location of the search text in the new column. The new column has a data atype of Whole Number.  My real requirement is to do this search against another column but that was failing so thought I'll just prove this function does work as expected so put in the actual text I want to search, negating any data type issues of the column I want to use.

 

SteveCarter1_1-1660790190665.png

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@SteveCarter1 , the Third argument can be min 1. DAX we do not have index 0. so leave it blank or start from 1 or  more

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@SteveCarter1 , the Third argument can be min 1. DAX we do not have index 0. so leave it blank or start from 1 or  more

Thanks Amit! I knew it had to be simple

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.