Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
korina
Helper I
Helper I

Sum of percentages

Hello all,

 

I have the table below, and I am trying to sum the Attrition Rate percentages (as in 0.9+1.9 = 2.8, rather than having a recalculated value based on Average Leavers and Average Headcounts).

Attrition Tests.PNG

My end goal is a rolling 3-month attrition (and being able to filter by the filters shown). I have gotten as close as possible with the formula you will see in my workbook, but the calculation is not 100% correct. If Region is set to UK, it should be 4.4% instead of 4%. If Region is set to UK and Division is set to B, it should be 4.2% instead of 3.8%.

 

My test pbix: Attrition Tests

 

Any ideas would be very much appreciated 🙂

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

In an attempt to keep thing simple, I created this measure:

TestM = SUMX(VALUES(Dates[Date]), [Attrition Rate])

and then using the filter pane, limited it to the last 3 months using a relative date filter. I think it gets the correct answers.

-

I suggest testing at your side and you could maybe incorporate the 'last 3 months' part in the measure if you don't want to use the filter pane.

Let me know how you get on.

View solution in original post

2 REPLIES 2
korina
Helper I
Helper I

Hello HotChilli,

 

Thank you so so much for this! It works amazingly.

I added the month bit as part of the measure, as I need the 6 month, and 12 month rolling attrition as well.

HotChilli
Super User
Super User

In an attempt to keep thing simple, I created this measure:

TestM = SUMX(VALUES(Dates[Date]), [Attrition Rate])

and then using the filter pane, limited it to the last 3 months using a relative date filter. I think it gets the correct answers.

-

I suggest testing at your side and you could maybe incorporate the 'last 3 months' part in the measure if you don't want to use the filter pane.

Let me know how you get on.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.