The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

EazyBI - show both how much time spend during a given time-frame as well as total time spent

Peter Bengov
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 Champions.
May 27, 2015

Hello,

I have the current setting: 

  • Pages: Time
  • Columns: Measure > Hours spent
  • Rows: Issue

In the Columns I would like to show both how much time an issue had in total as well as how much time spent during the given time period (as chosen in Time dimension).

How can this be done?

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Lauma Cīrule
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 Champions.
May 27, 2015

Hi Peter,

You can create another calculated member that shows Time spent ignoring the current Time selection with following formula 

(
  [Measures].[Hours spent],
  [Time].CurrentHierarchy.DefaultMember
)

Let me know if you have other questions!
Lauma / support@eazybi.com 

Peter Bengov
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 Champions.
May 27, 2015

Thanks Lauma