Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have the following dataset table:
I have a paginated report, created in Power BI Report Builder. I want to display the following on the report using the dataset table above:
How can I achieve this? In particular, how can I make a cell display multiple values?
Hi, @mr_wizard
I've tried using the matrix in Report Builder and I'm not able to do the same as what you illustrate in the picture. But you can try to use the custom table in Report Builder, enter the first column one by one, and then use the expression in the second column to determine whether the label of the current first column is teams, if so, then take out the teams corresponding to the blob, the third column, the fourth column is similar.
=IIf(Fields!Empolyee.Value = "Bob" , Fields!Teams.Value,First(Fields!NewColumn0.Value, "DataSet2"))
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous
Can you please explain what you mean by "enter the first column one by one"? In particular, how did you get the data value for Employee to appear in a column to the right of the Employee header?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |