Forum Discussion

mattyj2009's avatar
mattyj2009
Helper II
4 years ago

Determining Lost Subscribers DAX Table

I found an article that has helped me tremendously that has how to determine lost subscribers based on the customer name (I'm using AccountID in my situation).  At the very end of the article it states how to view the results with a dax query.  So what I have done is replicate this same dax query as a new table under the modeling tab in desktop and it gives me exactly what I was wanting.  My only problem is I need a way for users of my report to be able to select different months.  I have a date table with all the possible dates but at the end of the dax query it is hard coded for a specific month.  I'm not having any luck using this like MAX or SelectedValue but it could just be because I am doing it incorrectly. 

 

The article I'm referring to is https://javierguillen.wordpress.com/2012/08/24/determining-customer-retention-in-dax/

 

Below is the formula I'm using to pull the lost users data in a table.

 

 

 

3 Replies