EazyBI Reports to display active users

Vedant Kulkarni December 14, 2018

I have the following requirement.

 

Number of Registered users in the Portal by month

Number of active users in the Portal by month

 

Is this possible using EazyBI?

1 answer

1 accepted

0 votes
Answer accepted
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 3, 2019

eazyBI supports reports with Jira users if they played some role in issues. For example, Assignees, Reporters, etc.

 

There could be a case you would like to count customers who registered some issues in Jira Service Desk portal. You can use a Reporter dimension for this and count reporters of a specific group (that could represent customers and ignore company internal users).

 

NonZero(Count(
  Filter(Descendants([Reporter].CurrentMember,[Reporter].[User]),
    CoalesceEmpty([Reporter].CurrentMember.get("Groups"),"")
     MATCHES ".*(^|,)<exact customer group name>($|,).*"
    AND 
    [Measures].[Issues created]>0 
  )
)
)

Please use correct name instead of 

<exact customer group name>

 

Daina / support@eazybi.com

Vedant Kulkarni January 4, 2019

@Daina Tupule eazyBIthanks, this is what we wanted.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events