Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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]))
)
User | Count |
---|---|
15 | |
13 | |
12 | |
10 | |
10 |
User | Count |
---|---|
19 | |
15 | |
14 | |
11 | |
10 |