Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,612
Community Members
 
Community Events
184
Community Groups

EazyBI - Calculated member for hours spent on specific set of Issue Keys

Hello 

I how do i create a calculated member which sums all hours spent on specific Issue Key or a group of Issue Keys 

 

Thanks

2 answers

Can we add work log or time spend of specific issues on subtask containing some issue summary keywords?

Janis Plume _eazyBI_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 18, 2021

Hi,


There are a couple of discussions on a similar topic in the eazyBI community:
https://community.eazybi.com/t/create-a-new-calculated-member-which-searches-for-jira-issue-summaries/1620
The post explains how to create an aggregated member in the Issue dimension using the pattern of the issue summary. The approach mentioned should work for not too large data accounts, and it is possible to make it more optimal using the Javascript calculated custom field:
https://community.eazybi.com/t/filter-open-issue-by-summary/6046

 

Kindly,

Janis, eazyBI support

Like sanjay likes this
0 votes
C
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jan 23, 2018

You can create a Calculated member: 

Cache(SUM(
{PreviousPeriods([Time].CurrentHierarchyMember),
[Time].CurrentHierarchyMember},
[Measures].[Hours spent]
))

 

you can have other filters or calculated members that can filter down.   do you have example of a report?   

Hi, I am wondering how I cam sum hours on a monthly basis (with fixed start date Aug 01 2018 to Aug 30 2018) as a calculated member in eazyBI?

 

Thanks in advance

Daina Tupule
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 05, 2018

The best way is using Time month selection on Pages. However, if you do not want to use Pages selection and would like to address a particular Time member in a calculation, you can use tuples.

 

Here is an example, how to address August'2018 in a tuple:

([Measures].[Hours spent],
[Time].[Month].DateMember('01 AUG 2018'))

The tuple above will retrieve you hours spent for August (Aug 01 2018 to Aug 30 2018)

You can address periods more dynamically as well. Here is an example of how to retrieve hours spent of previous month:

([Measures].[Hours spent],
[Time].[Month].CurrentDateMember.PrevMember)

 

Daina / support@eazybi.com

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events