Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Example:
id | group | date | custom |
1 | apples | 7/1/2022 | 7/2/2022 |
2 | apples | 7/2/2022 | 7/2/2022 |
3 | bananas | 7/1/2022 | 7/3/2022 |
4 | bananas | 7/3/2022 | 7/3/2022 |
Solved! Go to Solution.
calculate(max([date]),ALLEXCEPT([group]) = [date]
calculate(max([date]),ALLEXCEPT([group])
Thanks. Is there a way to use the above but compare each row's custom column against the date column and return a boolean 1,0 if they equal each other?
calculate(max([date]),ALLEXCEPT([group]) = [date]
User | Count |
---|---|
25 | |
11 | |
8 | |
7 | |
6 |
User | Count |
---|---|
25 | |
13 | |
12 | |
10 | |
6 |