Could you please help to segregate the roles in the ‘Started At’ custom field?

Hi,
I have created a report source from Jira and added a custom field to capture the dates and hours spent. Currently, the report displays all user names and commented dates combined in a single cell.
custom field
Generate(
Filter(
[Worklog].[Worklog].Members,
[Measures].[Hours spent]>0),
[Worklog].CurrentHierarchyMember.GetString(‘Started at’),
CHR(10)
)

However, our expectation is to have this information presented in a more structured format, where each entry (user and date) appears in a separate row or cell for better readability.
Please find the attached screen short.


Thank You!
Best regards,
Nikhil P