Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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?
Thank you so much in advance.
Solved! Go to Solution.
Hi @mcantos ,
Below is my table1:
Below is my table2:
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:
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.
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,
Hi @mcantos ,
Below is my table1:
Below is my table2:
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:
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 11 | |
| 4 | |
| 4 | |
| 3 | |
| 3 |