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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
JWizard9891
Regular Visitor

Showing multiple values in a PowerBI Matrix

Hi, I am trying to create a matrix table listing multiple projects by phase, by the various functions. 

 

Functions (Rows)

Sales

Marketing

HR

 

Lifecycle Stage (Columns)

Initiation

Execution

Go Live

Close

 

Project Name (Values)

List of all the Project names I want to display

 

As you can imagine when I create the matrix it takes the First or Last values, or does a count. But it will not let me list each project that falls into position on the matrix. 

 

I have used dax concatendated them, but this isnt useful as it puts all the project names in a single unreadable string into the matrix cell. 

CONTable = CONCATENATEX('Table',[ProjectName],UNICHAR(50))

 

Ideally, I need to put each project as a new row in each cell of the matrix. How can I break up this Dax or find another solution

 

Any help much apprieciated

1 ACCEPTED SOLUTION
JWizard9891
Regular Visitor

Sorry - solved it myself yayyy! I was missing the 2nd UNICHAR and had mistyped 50

 

CONTable = CONCATENATEX('Table',[ProjectName],UNICHAR(10) & UNICHAR(10))

View solution in original post

1 REPLY 1
JWizard9891
Regular Visitor

Sorry - solved it myself yayyy! I was missing the 2nd UNICHAR and had mistyped 50

 

CONTable = CONCATENATEX('Table',[ProjectName],UNICHAR(10) & UNICHAR(10))

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.