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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
tw2024
New Member

Count Rows between events

tw2024_0-1726247214155.png

 

I have been trying to figure out the solution for this issue for quite some time and cannot find the expected solution. I would really appreciate any assistance to the proper way to approach this problem. Thank you!

 

For every Type "a" I would like a count of Type "b" that occurs before the next Type "a"

 

So the resulting table would look like this:

1/11/2023 a 1

1/20/2023 a 4

4/4/2023 a 3

6/12/2023 a 6

1 ACCEPTED SOLUTION
ThxAlot
Super User
Super User

ThxAlot_0-1726255956204.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LearnAndPractise(Everyday)


)



View solution in original post

1 REPLY 1
ThxAlot
Super User
Super User

ThxAlot_0-1726255956204.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LearnAndPractise(Everyday)


)



Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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