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
Anonymous
Not applicable

Percentile over dynamic selection

Hello..
I have 2 tables
1-member
2-members Income Source
The first one contains data about member itself.. And every row define a unique person
The second one contains member income sources.. So the member may be repated 100 or what ever each row define income source and value for 1 person....
So i want to find total income for people below 10%... What i did that i created a calculated column in members table
{ total income= sum(income)} from the income table
Then measure =calculate(sum(income),
Total income<percentile.Exc(total income)

This works great but for total calculated column... Sometimes the statistcal need to filter an income source from income table .. Then the total income calculated column will not be filtred.. However my measure too... Is there anyway to calculatr my percentile on total income for income sources that the end user choose from slicer or whatever filter...
Thank you
2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous ,

Have you solved the problem?

If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

If you still need help, please feel free to ask.

Best  Regards,

Cherry

 

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous ,

To understand your scenario better, please share the data sample which could reproduce your scenario and your desired output so that we could help further on it.

Please refer to this blog how to answer your question quickly.

Best Regards,

Cherry

 

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI 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.

Top Solution Authors