Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Active User Curve - help needed

I am trying to create a graph to show what % of my active user base completes 1, 2, 3, 4, etc. number of tasks in a given month.  (see image to understand output desired and axis )

 

I have the following tables:

- CALENDAR TABLE

- ACTIVTY TABLE:

Activity ReferenceActivityPrevStatusActivityNewStatusUserIDDate
12AssignedAssigned112/19/19
12CompletedCompleted112/22/19
13AssignedAssigned312/19/19
13CompletedCompleted312/22/19
14AssignedAssigned112/19/19
14CompletedCompleted112/22/19

 

USERS TABLE

USERIDUSERSTATUSDate ActivatedDate Deactived
1

Active

11/1/19

 

2Deactivated11/1/1912/1/19
3Active11/1/19 
4Active12/1/19 

 

How can I create measures with this information to make the graph I want?

amitchandak you've been super helpful before, any thoughts? 

2 Replies

  • v-juanli-msft's avatar
    v-juanli-msft
    Community Support

    Hi Anonymous 

    Which should be used to color the columns of the picture?

    Could you clear me what is the value and the rule to calculate it?

     

    Best Regards
    Maggie

    • seanpratt's avatar
      seanpratt
      Helper III

      Bump on this post. This is almost identical to what I'm trying to do. Any idea on steps I need to take?

       

      I have two tables. One is Unique Users and date they activated on my website. The second is User ID, ActivityID, date of ActitivityID.

      What I need to do is summarize the users that have 1 activity, and then group them and show them as a whole (18 users for "1"), and then proceed for each day value. Right?