Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi everyone,
I really want to create a cohort analysis for new users in Power BI (like the below example in Excel). So every month we get new users and I want to know how many stay a couple of months later. For example, out of the 38 new users in Jan-20, only 25 users stayed two months later.
I have a table with all the users for the last 20 months. In this table, I have both Start_date and Last_date. But I need help with the DAX function and I hope someone can help 🙂
@Anonymous ,
I have done something similar, in order to see the # people lost and # people gained that make up a month over month change in people. I used this SQLBI example to get mine working:
https://www.daxpatterns.com/new-and-returning-customers/
Hope this helps!
Respectfully,
Zoe Douglas (DataZoe)
Follow me on LinkedIn at https://www.linkedin.com/in/zoedouglas-data
See my reports and blog at https://www.datazoepowerbi.com/
@Anonymous , very difficult to suggest without looking at data.
check these
https://finance-bi.com/power-bi-cohort-analysis/
http://funbiworld.com/2019-12-02-cohort-analysis/
https://www.youtube.com/watch?v=tuk1CrigTSI
Hi @amitchandak
I've seen these links, but all of them are on customers, so mine is quite different. I want to look at two date columns instead of looking at if the customer appears again.
I have a user_table with 4 columns (User_ID, Name, Start_Date and End_Date). If the user is still member than End_Date is null. Start_date is the y-axis as shown in the example from Excel and to the x-axis, I created the below table:
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
115 | |
108 | |
99 | |
38 | |
36 |
User | Count |
---|---|
150 | |
124 | |
76 | |
75 | |
53 |