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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.