Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Good morning, I need your help. I have generated a matrix table shown in the photo. As you can see from the dataset I have two values (E and I) for the same code associated with a specific week number (26). How can I display them both within the matrix table? I attach a screen to facilitate understanding of the scenario
Screen2. Dataset
Screen1. Matrix Table
Hi @Carlend ,
Yes, this problem does exist because the ‘Value' label in the matrix need aggregate fields.
So you may need to consider using table visual.
Or use @harshnathani 's formula to combine the text values.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Carlend ,
You can try this measure
Measure =
CONCATENATEX (
FILTER (
'Table',
'Table'[N_Week]
= MAX ( 'Table'[N_Week] )
),
'Table'[Fase_EXMNT],
","
)
Regards,
Regards,
Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
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 |
|---|---|
| 75 | |
| 36 | |
| 31 | |
| 29 | |
| 26 |