Forum Discussion
LouisB
7 years agoFrequent Visitor
Compare 2 values that are 1 week separated
Hello guys, I was looking at a method to compare 2 values (of the column Total) separated by 1 Week. The data are the number of Stars of different Apps. I just want to have the number of new sta...
- 7 years ago
Hi,
I think this column would work (replace Table1 with your table name...):
column = [Total] - SUMX(FILTER(Table1, [Brand] = EARLIER([Brand]) && (EARLIER([Date]) - [Date])= 7), [Total])