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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
omeralitopal
New Member

Search function Error in Power BI

Hi,

 

I used the SEARCH function in Power BI but finds the location of the character I want to find incorrect.

 

Screenshot will tell you better.

 

Actually, I want to extract source system (android - ios etc).

Essentially I can do with SQL using instr - substr but I want to use DAX Language.

 

Please help.

 

power_bi_sual.jpg

 

 

2 REPLIES 2
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @omeralitopal,

 

In my test, I got 47 as the result.

1.PNG

 

Based on my assumption, the difference might be caused by some invisible characters inside the text string. I was not able to reproduce the same scenario on my side. Would you please send sample dataset file or .pbix file to me?

 

Best regards,

Yuliana Gu

 

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

@v-yulgu-msft thanks 

 

i did this way >>>>>

 

=var str_start = search("Twitter for",[source])
var str_end = search("</a>",[source])
return mid([source],str_start, str_end-str_start)

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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