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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Anonymous
Not applicable

Problem with Quartiles Calculation

Hi

I am having problem with calculating quartiles based on % column .

I am able to get Quartiles per user but not able to get the count of quartiles.

 

I have to get quartile value for Total percentage under category Q1,Q2,Q3,Q4 bases on below 25, b/w 25-50, b/w 50-70, and above 75 which further need to plot in graph.

I am getting error in overall value as pie chart is using sum of these values when we select week and month.

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous,

You can add a calculated column to assign quartiles category of your values, then you can use aggregate mode count on quartile category field to get specific quartiles percent.

BTW, calculate column results can't dynamic changes based on filters. If you want to keep the filter effect on the calculation, you can use measure formula with a variable to manually summarize these categories and values and do aggravate on these variable tables to get specific values.

Notice: you can't directly apply multiple aggregates on measure formulas. It requires you to manually do summary in a variable table with summarizing functions, then you can package above variable table with iterator functions(e.g. sumx, averagex, maxx, minx...) to achieve multiple aggregates.

Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous,

You can add a calculated column to assign quartiles category of your values, then you can use aggregate mode count on quartile category field to get specific quartiles percent.

BTW, calculate column results can't dynamic changes based on filters. If you want to keep the filter effect on the calculation, you can use measure formula with a variable to manually summarize these categories and values and do aggravate on these variable tables to get specific values.

Notice: you can't directly apply multiple aggregates on measure formulas. It requires you to manually do summary in a variable table with summarizing functions, then you can package above variable table with iterator functions(e.g. sumx, averagex, maxx, minx...) to achieve multiple aggregates.

Regards,

Xiaoxin Sheng

Greg_Deckler
Community Champion
Community Champion

Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.