Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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?
Solved! Go to Solution.
@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
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.
@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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
72 | |
62 | |
51 | |
48 |
User | Count |
---|---|
204 | |
86 | |
62 | |
59 | |
56 |