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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
csinusa
Frequent Visitor

Split string and add single quotes

Hi, 

In my paginated report, one of the parameters has input value as:

'abc,def,ghi'

 

but I want it to be parsed and make the parameter value as:

'abc','def','ghi' 

 

So I can use these with IN

 

I tried 

=Join(Split( Replace(Parameters!SiteIdList.Value, ",","','") ,"',"), ",")

 

But then powerbi adds escape character with my quotes making the output as :

'\'abc\',\'def\',\'ghi\'

 

which makes it useless.

 

Any suggestion

 

 

1 ACCEPTED SOLUTION

Yes, it was the data provider (Simba Odbc driver) that was escaping single qoute after I was replacing , with ',' 

Had to use expression in Query text to pass my complete query as a string which then worked.

csinusa_0-1690417754023.png

 

View solution in original post

2 REPLIES 2
d_gosbell
Super User
Super User

Where are you seeing these escape characters? I just used the inner Replace() call from your example as the split then join seems redundant and I don't see any escaping going on. The top line below is the original parameter value and the bottom line is a text box using replace(). It possibly also depends how you are using this parameter are you concatenating it into your query with an expression or are you passing it into another parameter in the query? It could be the data provider doing the escaping to prevent SQL injection. 

d_gosbell_0-1690353742839.png

 

Yes, it was the data provider (Simba Odbc driver) that was escaping single qoute after I was replacing , with ',' 

Had to use expression in Query text to pass my complete query as a string which then worked.

csinusa_0-1690417754023.png

 

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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