Need to identify the last execution date for all the reports of eazybi in Jira

Hi All,

I need help to identify the last execution date for all the reports of eazybi in Jira, can you please let me know the process of adding to the list of reports

Thanks

Hi @RNV_Jira1

Welcome to the eazyBI community!

You may want to use eazyBI usage statistics reports for that: Usage statistics
If they are not available yet in your instance, enable usage statistics as described on this documentation page.

Then create, in this usage statistics account, a new measure that retrieves the last date when the report was executed (the date will be the last one after the usage statistic is enabled):

Tail(Filter(
 DescendantsSet(
  [Time].CurrentHierarchyMember, [Time].[Day]),
[Measures].[Report Executions]>0), 1).Item(0).StartDate

Best,
Ilze, support@eazybi.com

1 Like