This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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
Solved! Go to Solution.
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.
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.
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
If it is not what you are trying to achieve, do not hesistate to share another sample dataset
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 27 | |
| 26 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 32 | |
| 26 | |
| 23 |