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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
randomuserista
New Member

Matrix : display all values

Hi all,
 
I would like to create a visual priority matrix in Power BI, the minimum I would like to do is this :

EXAMPLE.PNG

So I put "Business Value" in Row; "Complexity" in Columns and the "ID" in Values. However I obtain this :

example2.PNG

In values I only have the possibility to display : First ID, Last ID, Count & Count (distinct) I dont' have the possibile to list all values so it looks like the picture I attached.

 

Could you support ?

1 ACCEPTED SOLUTION
ibarrau
Super User
Super User

Hi. You can do it. Create a new measure to use it as values. The measure can use CONCATENATEX to combine all the values separated by a delimiter. That way you could show them all with a space or comma. Something like:

 

= CONCATENATEX(Employees, Employees[FirstName] & " " & Employees[LastName], ",")

 

You can read more about concatenatex here: https://dax.guide/concatenatex/

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

View solution in original post

4 REPLIES 4
v-aatheeque
Community Support
Community Support

Hi @randomuserista ,

Did @ibarrau response resolve your issue?

If yes, please consider marking the helpful reply as the accepted solution. This helps other community members with similar questions find answers more easily.

If you have any further questions, feel free to reach out.
Thank you for being a part of the Microsoft Fabric Community Forum!

Hi @randomuserista    

Did @ibarrau    response resolve your issue?If it did, we kindly ask you to mark the helpful reply as the accepted solution.

This will assist other community members with similar questions in finding answers more easily.

 

If you have any further questions or need additional assistance, please feel free to reach out.

Thank you for being a valued member of the Microsoft Fabric Community Forum!

 

Hi @randomuserista ,

Has the response from @ibarrau  resolved your issue?

If it did, please consider marking the helpful reply as the accepted solution—this helps other community members with similar questions find answers more easily.

 

Thank you for being a valued member of the Microsoft Fabric Community Forum!

ibarrau
Super User
Super User

Hi. You can do it. Create a new measure to use it as values. The measure can use CONCATENATEX to combine all the values separated by a delimiter. That way you could show them all with a space or comma. Something like:

 

= CONCATENATEX(Employees, Employees[FirstName] & " " & Employees[LastName], ",")

 

You can read more about concatenatex here: https://dax.guide/concatenatex/

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.