Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have this data set with some weekly data.
For the alllocated FFE the value for each week is repeated for a given ID
I want a measure that shows me the sum value for each week, but the total for the same measure should only be the sum of the distinct values across all the weeks for each ID.
So the value for week 201902 would be 400 without the ID in the table as two IDs has values for week 2
And the total should be=400 (220+180) as it should be the total for each ID's distinct value
The formula I have right now is:
Turns out the solution was alot more simple:
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |