Forum Discussion

diegogoya86's avatar
diegogoya86
Regular Visitor
6 years ago
Solved

Cohort Analysis Saas

Hi,

 

I have a challenge, I need to create a Cohort Analysis for Saas company.

 

There are two tables:

 

 

Both linked by a subscription_id.

 

In one table, there is the register_date (dd/mm/YYYY) of each user and in the other table, there is the subscription_start_date (dd/mm/YYYY) that is the date that the user starts paying (not all users start paying).

 

Right now I have this table:

 

 

And I need to create this table two tables:

 

-  Table one where:

  • The first column is the month of register,
  • The second column is the number of registered users on that month
  • The third column is the number of registered users on the month of the first column who starts paying in his first month (month 0)
  • The fourth column is the number of registered users on the month of the first column who starts paying in second month (month 1) plus the users paying in previous months, in this case month 0.
  • The next columns work the same than the fourth column just adding paying users month after month 

 

In the second table is the same information just getting the percentage (paying users / users registers) ex:

 

- Ago-19 and month 3: 138/1214=11,37%

 

Many thanks for your help, I really appreciated

 

Best

6 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi diegogoya86,

    I think you can create a new table to extract all column types with the corresponding index, then you can create a matrix table with use new table column and row table rows categories.
    After these steps, you can add two measures: one of them uses the current data label of row/column to lookup and summary values; the other one checks the previous measure result and setting up conditional color formatting based on 'summary value' measure.

    If you are confused about coding formula, please share some dummy data to test.
    Regards,

    Xiaoxin Sheng

    • Syndicate_Admin's avatar
      Syndicate_Admin
      Icon for Administrator rankAdministrator

      Thank you very much, I try to build it and if I have doubts I comment.

      greetings

      • Syndicate_Admin's avatar
        Syndicate_Admin
        Icon for Administrator rankAdministrator

        Diego as it goes.

        Were you able to get the Cohort out?

        I have the same problem. 2 tables one where is the date of the registration of the client and another table with the date of the use that gives to the application.

        I want to cohort the usage according to your registration date.

        Stay tuned.. Best regards!

  • Anonymous's avatar
    Anonymous
    Not applicable

    SaaS Cohort Analysis: Evaluating Customer Behavior and Engagement Over Time SaaS cohort analysis is a method of evaluating customer behavior and engagement over time. This analysis can be used to improve customer retention or to identify areas where customers are struggling with your app.

     

     

    Greeting,

    Rachel Gomez