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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
mcantos
Helper II
Helper II

List a set of fields into a table cell

Hello, 

I'm working on a paginated report and I need to display in a column a list of fields inside. For instance, in column 2 I need to list a set of fields, each item belongs to a specific field in the dataset. Is that possible? 

mcantos_1-1706533141261.png

Thank you so much in advance. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @mcantos ,

Below is my table1:

vxiandatmsft_0-1706585876027.png

Below is my table2:

vxiandatmsft_1-1706585905478.png

The following Expression will might help you:

=First(Fields!Field2.Value, "DataSet1") &"                     "
&First(Fields!Field3.Value, "DataSet1") &"                   "
& First(Fields!Field4.Value, "DataSet1")

The final output is shown in the following figure:

vxiandatmsft_2-1706585964105.png

Best Regards,

Xianda Tang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
mcantos
Helper II
Helper II

Hi @Anonymous ,

 

Thank you for taking the time to reply. It worked!  

I only replaced the blank spaces with a line break for the alignment to be more precise. 

 

=First(Fields!Status.Value, "DataSet1") & Chr(10)
&First(Fields!Opportunity_name.Value, "DataSet1") & Chr(10)
& First(Fields!Owner_name.Value, "DataSet1")

 

Best regards,

Anonymous
Not applicable

Hi @mcantos ,

Below is my table1:

vxiandatmsft_0-1706585876027.png

Below is my table2:

vxiandatmsft_1-1706585905478.png

The following Expression will might help you:

=First(Fields!Field2.Value, "DataSet1") &"                     "
&First(Fields!Field3.Value, "DataSet1") &"                   "
& First(Fields!Field4.Value, "DataSet1")

The final output is shown in the following figure:

vxiandatmsft_2-1706585964105.png

Best Regards,

Xianda Tang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.