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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
DrH
Frequent Visitor

Aggregating count of counts filter by date

Need help aggregating and filtering the underlying data by date.

 

Peter, James and John perform actions (they read books and/or papers) on dates January 1 to January 9.

 

DateActionPerson
jan 1BookPeter
jan 2PaperJames
jan 2BookJohn
jan 4BookPeter
jan 4BookPeter
jan 5PaperJames
jan 6BookJames
jan 7PaperJohn
jan 8BookPeter
jan 9PaperPeter

 

I want to aggregate this data by Action to show how many times a certain action was performed by somebody during a given date interval. And I must be able to filter dates. If we take the data over all dates we get:

 12>=3
Book2 1
Paper21 

 

This shows that in the full time interval 2 persons read a book ONE time (James and John), and 1 person read a book AT LEAST THREE times (Peter, he did it 4 times).

Also, 2 persons read a paper ONE time and 1 person read a paper TWICE.

 

If we take January 2-6 we get this:

 12>=3
Book21 
Paper 1 

 

Here we see that again 2 persons read ONE book and 1 person read TWO.

And 1 person read the paper TWICE.

 

So, I need to aggregate like this, filter by date and show number of events like 1, 2, and >=3.

 

Ideas?

 

2 REPLIES 2
amitchandak
Super User
Super User

@DrH , I think you need Dynamic Segmentation Bucketing Binning on count measure, refer example


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

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thanks for the attempt, but nope, that is not what I am looking for.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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