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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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