Hi All,
I have a dataset with the following fields: customerId, LastPaymentDate, SignedUpDate and TotalAmount.
I built a matrix where LastPaymentdate is in Rows, SignedUpDate in Columns and Sum(TotalAmount) in Values. The matrix works perfectly, but now I’d like to rebuild it with the percentages, the TotalAmount segmented in rows and columns divided by TotalAmount as you can see in the screenshot.
Is that possible?
Thanks