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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Marticar001
Frequent Visitor

PERCENTILE.EXC Bins based on columns

I currently have

StoreLY SalesTY Sales

1

$298.66$224.47

1

$67.48$0

2

$226.24($79.99)

2

($804.98)$110

2

$0$180

and so on (161 Stores total; 62,318 rows total)

 

I would like to have buckets for the total of each column (Top = Greater than 75 percentile; MID = between 75th and 25th; BOTTOM = Less than 25th Percentile) that I can use to filter visuals

This would allow me to compare sales,cost, inventory and gross margin between Top, Mid, and Bottom Stores based on their total sum for each column with their Percentile buckets in mind

I thought getting the percentile and then doing a custom column based on that value would get me what I want BUT
Measure = PERCENTILE.EXC(Table[LY Sales],.75) returns 204  which is a problem when each of the TOP stores in Table[LY Sales] are all $371,741.45+

Additionally I would like a card filter that shows the DistinctCount of Stores that are in each of these buckets.

1 REPLY 1
lbendlin
Super User
Super User

you cannot create custom columns from measures. You can only create columns from other columns.

 

Your sample data is not sufficient to work on a proposal.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors