Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Solved! Go to Solution.
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
Proud to be a 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
Proud to be a Super User! |
|
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
Proud to be a Super User! |
|
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |