I have a sales table with some customers have refunded transactions. I want to prepare a table showing who has the total negative sales by date.
With the DAX formula I used, it showed the total negative amount per transaction level but I want to show per customer level. My expectation is a table only show: Customer ID 1: -10 at 1/1/2020 and Customer 2: -3 in 2/1/2020.
First. Thanks for a clear description of your requirement and providing a PBIX
Your model didn’t include a Date table, I’ve added one but please review the relevant content added below as to why it is important to include that in your model.