Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Dynamic Count of Value Combinations That Appear In Previous Rows

Hello PBI Community! I've been trying to work out a way to count how many times a rows combination of values appears in previous rows based on that specific rows entries but I'm hitting a wall...   ...
  • Greg_Deckler's avatar
    5 years ago

    Anonymous Can you paste as text? But essentially:

    Column = COUNTROWS(FILTER('Table',[Column]=EARLIER([Column]) && [Column1] = EARLIER([Column1]) && [Some Column] = "TRUE"))

     

    Something along those lines.