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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Johnny_Sawdust
New Member

CALCULATE With ALLEXCEPT While using slicers

I'm using the following measure:

Goal:=Calculate(Percentile.Inc([Score], 0.8), AllExcept(TalNm, TblNm[Metric]))

 

When I add a slicer for Employee and filter, I want the Goal to change.  But it remains the same.  

FYI, I'm using Power Pivot.  

Help please.  

Thx, John

1 ACCEPTED SOLUTION
bhanu_gautam
Super User
Super User

Hi @Johnny_Sawdust , try using below method

 

Goal :=
CALCULATE (
Percentile.Inc ( [Score], 0.8 ),
ALLEXCEPT ( TalNm, TalNm[Employee] )
)

 

Please accept as solution and give kudos if it helps




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






View solution in original post

3 REPLIES 3
bhanu_gautam
Super User
Super User

Hi @Johnny_Sawdust , try using below method

 

Goal :=
CALCULATE (
Percentile.Inc ( [Score], 0.8 ),
ALLEXCEPT ( TalNm, TalNm[Employee] )
)

 

Please accept as solution and give kudos if it helps




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






Hi @bhanu_gautam that is the same measure that I am using currently.  

In measure you are using metric column, but you should use employee column with which you want to filter that is the one thing which I have changed




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.