I have created calculated members for each day of the week as per the following
Aggregate(Filter(
[Time].[Day].Members,
[Time].CurrentMember.get('Week day name') MATCHES
'####day'
)
)
Can I further this by time of the day also?
i.e. Thursday between 9am and 10am?
Monday between 4pm and 5pm?
Thanks
Hi Paul,
In that case, you could create a new custom field for "Hour of Day" using Javascript in your eazyBI advanced settings that would create timestamps based on dates when issue was created
Please add these lines to your eazyBI advanced settings:
[jira.customfield_hour_of_day] |
Then you could import (via eazyBI import settings) this new custom field as a separate dimension in your eazyBI account.
After that, you could use this new dimension together with measure "Issues created" since the timestamps are imported from created dates, and together with "Time" dimension weekly hierarchy where you have created your calculated members for each day of the week.
Hour of Day.jpg
Please contact support@eazybi.com if you have further questions regarding this!
Kind regards,
Martins Vanags / support@eazybi.com
Brilliant! That worked perfectly, thanks very much Martins
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.