EazyBI - count how many issues were updated / logged-work per user

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 Leaders.
May 26, 2015

Is there a way to count issues that were updated per user (based on a specific time-frame).

Preferably show distinct updates. 

Something like this:

Capture.PNG

2 answers

1 vote
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 Leaders.
May 28, 2015

Found the answer by counting how many issues have been logged 

Count(Filter(
  Descendants([Issue].CurrentMember, [Issue].[Issue]),
  [Measures].[Hours spent] > 0
))

Though it looks like this is not an optimized query. Any suggestions on how to make it better?

0 votes
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 Leaders.
June 15, 2015

Hi Peter,

The MDX you have written is correct to get count of issues with Hours spent. It is true that such a calculation could take some time in case of many issues and it would be more efficient to pre-calculate this.

Nevertheless in this case the pre-calculation would not provide such a dynamic result. For example it would be possible to pre-calculate that a user updated an issue on a certain date and no longer count if the same user updates issue in the same month (to get the distinct count). Now if this user again logs hours next month, then again the issue would be counted - on monthly hierarchy this would give correct result, but on Yearly level the count would not be distinct as issue would be counted every month it was updated.

Let me know though if you would like this report on some specific Time level and it would not matter for other levels and you would need assistance with the JIRA Misc field to pre-calculate this.

Kind regards,
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 Leaders.
January 5, 2017

Hi Lauma @eazyBI Support, 

I know this is an old question but would like to have assistance with creating a script that counts issue update events per week, as you have suggested. 

Can you assist? 

Daina Tupule 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.
January 6, 2017

Hi Peter,

This is an advanced solution and some more details could be needed to get it working correctly for your case. 

Could you send a request to support@eazybi.com for this? Please add an additional information about you report. Could you mention any other dimensions, measures you would like to use in the same report? What would you want to use in Rows, Columns, and Pages? 

More information would help us better assist you.

Kind regards,

Daina / support@eazybi.com

Suggest an answer

Log in or Sign up to answer