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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Quartiles of a measure

Greetings,

I am starting with power BI, and need your help for how to calculte quartiles for a measure calculated based on two elements from two tables.

Like in the example in the file bellow :

https://docs.google.com/spreadsheets/d/1QG0riZ9jzy1o485sgfUkvrZcTPmMnOQp/edit?usp=sharing&ouid=10458...

I have 3 tables,

- LAG : that identify agents names based on ID and Date.

- Calls : That Gets me number of calls by ID & Date.

- Sales : That Gets me Sales by ID & Date.

 

And all tables are related by "LAG" that contains a key that combines "ID & DATE".

 

The Measure i use is a KPI used in my compagny called "Sales/Calls" :

Sales/Calls = DIVIDE (sum(sum('Sales'[Sales]),sum(Calls'[Calls]),0)

 

I need to Get the dynamic quartiles for this measure that can interact with sliders & segments so i can by that get the List of the TOP 25% performers and the Least 25% Performers and the two populations in-between.

 

Thanks in advance.

 

2 REPLIES 2
v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

Is your problem solved? If so, kindly mark the proper reply as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.


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

v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

I have modified your formula, but I do not understand what you want the output to mean by the dynamic quartile?

Sales/Calls = DIVIDE (sum('Sales'[Sales]),SUM('Calls'[Calls]),0)

The final show:

vyalanwumsft_0-1653633615527.png


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

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.