I'm doing a forecast report to see if we can finish all remaining issues in Jira.
Try creating new calculated measure using this formula:
DateDiffWorkdays(
'today',
DateAdddays('first day of next year',-1)
)
It should count workdays between today and the end of this year
You can search for great calculation examples in eazyBI documentation page and community platform
Martins / eazyBI
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.