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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Kay_Kalu
Helper I
Helper I

Matrix table

In the image below how do I get the Jira Id in a matrix table row to capture all the rework feedback and not just the First or Last

 

Kay_Kalu_0-1758547484500.png

 

1 ACCEPTED SOLUTION
SamWiseOwl
Super User
Super User

Hi @Kay_Kalu 

 

Assuming you want to use a measure in a Matrix visual and the JiraID within the Rows section:

Create a new measure

All Feedback = 
ConcatenateX(
                   'You table name' --table name
                   ,[rework_feedback] --the data you want to show

                   ,", " --Seperator in list

                   , [Comment date] --Column to sort by

                   ,Desc --sort direction

)

Hope this helps 🙂


If you are happy with this answer please mark as a solution for others to find !

Kudos are always appreciated! Check out our free Power BI video courses.

View solution in original post

2 REPLIES 2
SamWiseOwl
Super User
Super User

Hi @Kay_Kalu 

 

Assuming you want to use a measure in a Matrix visual and the JiraID within the Rows section:

Create a new measure

All Feedback = 
ConcatenateX(
                   'You table name' --table name
                   ,[rework_feedback] --the data you want to show

                   ,", " --Seperator in list

                   , [Comment date] --Column to sort by

                   ,Desc --sort direction

)

Hope this helps 🙂


If you are happy with this answer please mark as a solution for others to find !

Kudos are always appreciated! Check out our free Power BI video courses.

Cookistador
Super User
Super User

Hello @Kay_Kalu 

 

If i understand what you are trying to achieve, you need to get all comments in your matrix for your id

In your table or matrix, you have to select don't summarize to have the list of all comments and not only the first or the last

Cookistador_0-1758548070355.png

 

 

If it is not what you are trying to achieve, do not hesistate to share another sample dataset

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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