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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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