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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors