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

Hi @Nikhil,

Thanks for your question!

I noticed you’ve also reached out directly, but I’ll leave the answer here as well in case it helps others with the same inquiry:

Worklog dimension is available on Cloud and since eazyBI version 8.1.

Best,
Marita from support@eazybi.com

1 Like