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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Repeat values in one text box seperated

Hi 

 

My question is simple, but so am I so can't solve it. I return all of my data in sql queries/procedures.

In header of the report I use one text box. This text box should show all values from the same field separated by a comma: value1, value2, value3 ...

But as it is a text box, the report builder wants an aggregating function on that text box. So I could return one of the values, but not all. How do I overcome this? 

Thank you!

1 ACCEPTED SOLUTION

You need to return your field value as parameter in dataset and then use it in textbox by using JOIN operator

=Join(Parameters!ProductProduct.Label,",")

make sure that you return Distince values for your parameter.

Since your field may be returning all values in your data. 

 

You can return your field values as parameter and can make its type "Internal" and "Multiple Value"

FarhanAhmed_0-1650855868138.png

 







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
Anonymous
Not applicable

I don't know. Could string_split function be used in the procedure to accomplish this? I tried, but didn't manage.

You need to return your field value as parameter in dataset and then use it in textbox by using JOIN operator

=Join(Parameters!ProductProduct.Label,",")

make sure that you return Distince values for your parameter.

Since your field may be returning all values in your data. 

 

You can return your field values as parameter and can make its type "Internal" and "Multiple Value"

FarhanAhmed_0-1650855868138.png

 







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




Helpful resources

Announcements
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!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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