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
AIDA_User
New Member

HELP...LOOSING MY MIND! Distinct Count in the Column Value in Matric Table?

Essentially we want to know how many stores have X amount of SKUs (see SKU range below).  We want it to be able to do a distinct count on the [unique retailer code], giving us # of stores and then a summary/ distinct count against the [sku name].

 

Trying to determine # stores stocking 1 sku, 2 sku, 3 skus, 4 skus, 5 skus, 6 skus, 7sku and 8 or more+ skus. (see example blelow)

 

The fields we have to play with are: [Distributor name] [store name] [rep name] [unique retailer code] [supplier name] [sku name] [store type]  

 

Below is the format requested. Have tried a summary table and a few other options, any ideas?

 

AIDA_User_1-1670901657567.png

 

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@AIDA_User , You need measure or you need to bucket th meausre

 

Items = Distinct(Table[SKU])

 

Retailer count 7= countx(filter(Values(Table[retailer]) , [Items] =7), [retailer])

 

Retailer count 8 to 100= countx(filter(Values(Table[retailer]) , [Items] > 7), [retailer])

 

 

Or do the bucketing on distinct items

 

Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1...


Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k

View solution in original post

2 REPLIES 2
v-xiaotang
Community Support
Community Support

Hi @AIDA_User 

Thanks for reaching out to us.

I just want to confirm if you resolved this issue? If yes, you can accept the answer helpful as the solution or share you method and accept it as solution, thanks for your contribution to improve Power BI.

If you need more help, please let me know.

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@AIDA_User , You need measure or you need to bucket th meausre

 

Items = Distinct(Table[SKU])

 

Retailer count 7= countx(filter(Values(Table[retailer]) , [Items] =7), [retailer])

 

Retailer count 8 to 100= countx(filter(Values(Table[retailer]) , [Items] > 7), [retailer])

 

 

Or do the bucketing on distinct items

 

Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1...


Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k

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.