Forum Discussion
quikin5
3 years agoFrequent Visitor
Matrix row totals not working properly
Hi, I have a matrix with year, month (both from a calendar table), and customer as row headers. As for values I have the following measure: Lost Customers Amount = VAR currentCustomers = VAL...
amitchandak
Super User
3 years agoquikin5 ,
In such case create a new measure ,
Sumx(Values(VALUES(SALES[Customer]), [Lost Customers Amount])
Also check my approach of just using isblank and avoid expcept
Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count: https://youtu.be/EyL7KMw877Q
Customer Retention Part 1:
https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-1-Month-on-Month-Retention/ba-p/1361529
Customer Retention Part 2: Period over Period Retention :https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-2-Period-over-Period-Retention/ba-p/1377458
quikin5
3 years agoFrequent Visitor
It didn't work 😞