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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
mcantos
Frequent Visitor

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
v-xiandat-msft
Community Support
Community Support

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
Frequent Visitor

Hi @v-xiandat-msft ,

 

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,

v-xiandat-msft
Community Support
Community Support

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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