Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Need help understanding Dax (Lost Customers)

Hi,     I need a calculation that works out which customers have not spent with us this year.   I have tried to copy some code from the internet (Dangerous) but it does not work   Lost Customer...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Hi Anonymous,

     

    If your sales table only contain the consumption records, you can filter the records by date(for example 2015) then get the customer column from the filtered table and use EXCEPT Function to filter data with customer table.

     

    If above is not help, can you share some sample data?

     

    Regards,

    Xiaoxin Sheng