cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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 November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

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!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors