Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.