Visual for "Status was In Progress on every first day of the month"

In JIRA I can use the filter Status was In Progress on startonmonth(). Can I create a bar chart in eazybi using the same logic, but for every first day of the month? Thank you for the help.

Hi @jabrillo,
You can use the “Issue history” and “Transition Status” dimensions with the previous month. This logic is based on the measure “Issue history,” which shows the issues in particular status at the end of the period (so it is the start of the next period).
Try this formula:

([Measures].[Issues history],
[Transition Status].[In Progress],
[Time].[Previous month])

best,
Gerda // support@eazybi.com