Hi Team,
I hope you are doing well!
I created a matrix with individuals percentages, but I need to create the matrix with accumulative percentages in the rows and the Total
Image1. The matrix with individuals percentages.
Image2. The values selected for the matrix. In the values there is a measure created.
Image3. The result I expected.
I tried:
To created a running total but I couldn't achieve it.
I was thinkig in create a new matrix for the values in the Totals. Again, I couldn't reach that goals.
Note:
Thank you a lot!
Best Regards,
Hernán
Solved! Go to Solution.
Measure =
DIVIDE(
CALCULATE(
[Closed],
FILTER(
ALLSELECTED(Data1[DAYS]),
Data1[DAYS]<=MAX(Data1[DAYS])
)
),
CALCULATE([Closed],ALLSELECTED(Data1[DAYS]))
)
Measure =
DIVIDE(
CALCULATE(
[Closed],
FILTER(
ALLSELECTED(Data1[DAYS]),
Data1[DAYS]<=MAX(Data1[DAYS])
)
),
CALCULATE([Closed],ALLSELECTED(Data1[DAYS]))
)
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!