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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Anonymous
Not applicable

frequency by product

I've a table listpuce (product)

 

epc0(subproduc)| categorie(product)

 

I calculate the frequency of each subprodduct in the fact table 

Fréquence = calculate(count(Propre[EPCs]) , REMOVEFILTERS ( 'DimDate' ),FILTER(Propre,Propre[Statut]<>"PROPRE" ))
 
jaweher89_0-1653756306039.png

I'd like to do a chart like that 

 

jaweher89_1-1653756371974.png

 

 

This chart is based in the table hilighted which represents freqency already calculated by product 

 

jaweher89_2-1653756444361.png

How to it please? Here's the pbix file https://1drv.ms/u/s!Amd7BXzYs7AVlXPjuP0CfblYyc5K?e=1b9DUX

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous ,

i think you are looking for bucketing

 

Bucket/Segment code
measure


Measure = [Frequency Measure]

 

new Table
bucket = Generateseries(1,100,1)

 

new Measure
Countx(filter(Values(Table[user]), [Measure ] = max(bucket[Value])), [User])

 

refer

Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ

 

Power bi New Feature Datamarts - https://youtu.be/8tskWsJTEpg

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.