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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
1001
Resolver II
Resolver II

Help calculating a percent from of filtered total.

Hi, I have a table with two columns:

 

Col1: Month

Col2: Delivered Sales

 

I'm trying to claculate the month % for the Delivered Totals of all the filtered months. Just wondering if someone could help.

 

Thanks.

1 ACCEPTED SOLUTION
ValtteriN
Super User
Super User

Hi,

For this kind of calculation, try utilizing ALLSELECTED.

E.g.

% of total months selected = DIVIDE(
SUM(Aggregation[Duration(Secs)]),
CALCULATE(SUM(Aggregation[Duration(Secs)]),ALLSELECTED(Aggregation[Opened At (Month)]))
)

ValtteriN_0-1654238727298.pngValtteriN_1-1654238743458.png

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/







Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
ValtteriN
Super User
Super User

Hi,

For this kind of calculation, try utilizing ALLSELECTED.

E.g.

% of total months selected = DIVIDE(
SUM(Aggregation[Duration(Secs)]),
CALCULATE(SUM(Aggregation[Duration(Secs)]),ALLSELECTED(Aggregation[Opened At (Month)]))
)

ValtteriN_0-1654238727298.pngValtteriN_1-1654238743458.png

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/







Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Users online (27)