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

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
IAZ
Frequent Visitor

concat string and int

@burakkaragoz 

Many thanks for you suggestion yesterday. A follow up question:

you suggested the below as a solution yesterday:

@concat(item().source.query, ' ', pipeline().parameters.par1)

But if I set the parameter "par1" as "int" (as the where sql clause needs an int instead of a string) the above expression gives this message "cannot fit number into the function string list. Any help would be greatly appreciated.  I tried the below but d

2 ACCEPTED SOLUTIONS
IAZ
Frequent Visitor

@lbendlin

That did not help as the where clause reqd. an int. However I resolved it in the notebook by creating a new column and joining it up with the column that contained the query.

Thanks for your suggestion and appreciate it !

View solution in original post

Hi @IAZ,

 

I'm glad you found a solution and resloved  the query. Thank you very much for sharing here.

Kindly mark your reply as the accepted solution so that others in the community can find it quickly.

 

Thankyou for connecting with Microsoft Community Forum.

View solution in original post

5 REPLIES 5
v-sgandrathi
Community Support
Community Support

Hi @IAZ,

Thank you @lbendlin for your response.

 

Has your issue been resolved?If the response provided by the community member addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.

If yes, kindly accept the useful reply as a solution and give us Kudos. It would be appreciated.

Thank you for your understanding!

IAZ
Frequent Visitor

I tried the below but of no help.

  '@concat(item().source.query, ' ','{@int(pipeline().parameters.sar1)}')

try 

 

@concat(item().source.query, ' ','{@string(pipeline().parameters.sar1)}')

IAZ
Frequent Visitor

@lbendlin

That did not help as the where clause reqd. an int. However I resolved it in the notebook by creating a new column and joining it up with the column that contained the query.

Thanks for your suggestion and appreciate it !

Hi @IAZ,

 

I'm glad you found a solution and resloved  the query. Thank you very much for sharing here.

Kindly mark your reply as the accepted solution so that others in the community can find it quickly.

 

Thankyou for connecting with Microsoft Community Forum.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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