cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Hernán
Frequent Visitor

Matrix accumulative percentages by Rows and percentage accumulate in the Total

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.

Matrix percentage individuals.PNG

Image2. The values selected for the matrix. In the values there is a measure created.

Matrix values selected percentage.PNG

Image3. The result I expected.

Percentage study by target days - expected.PNG

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:

  • I attached the .pbi
  • I'm improving my english skills. Thank you for your understanding.

Thank you a lot!

 

Best Regards,

Hernán

1 ACCEPTED SOLUTION
vapid128
Solution Specialist
Solution Specialist

image.png

 

Measure = 
DIVIDE(
    CALCULATE(
        [Closed],
        FILTER(
            ALLSELECTED(Data1[DAYS]),
            Data1[DAYS]<=MAX(Data1[DAYS]) 
        )
    ),
    CALCULATE([Closed],ALLSELECTED(Data1[DAYS]))
)

View solution in original post

2 REPLIES 2
Hernán
Frequent Visitor

@vapid128, thank you so much! It is perfect. Thank a lot!

vapid128
Solution Specialist
Solution Specialist

image.png

 

Measure = 
DIVIDE(
    CALCULATE(
        [Closed],
        FILTER(
            ALLSELECTED(Data1[DAYS]),
            Data1[DAYS]<=MAX(Data1[DAYS]) 
        )
    ),
    CALCULATE([Closed],ALLSELECTED(Data1[DAYS]))
)

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

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!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors
Top Kudoed Authors