Forum Discussion
sunilvs24
9 years agoFrequent Visitor
Data Check
Hi, I have a table with some information, based on Months. Now I need a way to find out what is different from each month (which information was added and which was removed). Eg: My table con...
Anonymous
9 years agoNot applicable
This is something similar to finding the number of new customers and lost customers between current month and previous month.
The link
https://javierguillen.wordpress.com/2012/08/24/determining-customer-retention-in-dax/
Check it out and you can get your answer.
If this solves your issue please accept this as a solution and also give Kudos.
Cheers
CheenuSing
- sunilvs249 years agoFrequent Visitor
Hi,
The link was helpful, I was able to get the numbers. But only thing which I could not do was to extract the data behind that number.
I need something dynamic, like when i select a particular month i should get the added and moved out data.
But, really thanks for your reply..It helped me very much.