Forum Discussion
Player Retention Rates
- 3 years ago
Hi,
Thank you for your message.
I am not sure how your desired outcome of a visualization looks like, but please check the below picture and the attached pbix file. I tried to create it by using my sample data.
All measures are in the attached pbix file.
This looks great! My follow up question is how do I get it to count the different outputs each season? I want to be able to sum the "New", "Re-Committed" and "Return" totals by season and then be able to divide each one by the total registered players for that season in order to get a percentage of players returning, re-committing and joining for the first time. I can't quite seem to work out how to do that from your code. Any advice would be excellent.
This is the amended dax I have used in my model:
Hi,
Thank you for your message.
I am not sure how your desired outcome of a visualization looks like, but please check the below picture and the attached pbix file. I tried to create it by using my sample data.
All measures are in the attached pbix file.
- RNZALR3 years agoHelper I
Thank you! This is really helpful and I think it will give me exactly what I am looking for. I may come back with a few other points to clarify, but so far it is proving to be exactly what I am looking for and I am very grateful! 😀
- cwillems3 years agoNew Member
Hi Jihwan_Kim,
I tried using your PBIX file to recreate as I am trying to solve a similar problem for a sports club. See the table I got using your dax measure:
For your reference, this is my datamodel:
Here is some of the data I am working with (some fields are calculated columns):
I would like to be able to show when a player is playing their first season, when they have left. That way I will be able to show a retention %: players staying/total players that year. I will then show this percentage per age group, coach, etc. Do you have any imput on this?
Thanks & appreciate your insights!