Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi Everyone
I have a problem, and any help would be appreciated. In our organisation individuals can participate once or multiple times within a year, or alternatively, not at all. Each individual has a unique identifier.
I am not interested in how many times an individual has participated over a year, just whether they did particpate, but I need to do this over multiple years and they need to be consecutive, so if my data looked like this:
| Year | Unique Identifier |
| 2016 | A |
| 2016 | B |
| 2016 | B |
| 2016 | D |
| 2016 | E |
| 2017 | A |
| 2017 | B |
| 2017 | C |
| 2017 | C |
| 2017 | D |
| 2017 | E |
| 2018 | A |
| 2018 | B |
| 2018 | C |
| 2018 | D |
| 2018 | D |
| 2018 | D |
| 2018 | D |
| 2019 | A |
| 2019 | A |
| 2019 | B |
| 2019 | D |
| 2019 | E |
The result for 2016-2019 would be:
| Unique Identifier | 2016-2019 Count |
| A | 4 |
| B | 4 |
| C | 0 |
| D | 4 |
| E | 0 |
However, if I looked at only 2017-2018 in my slicer, then the results would be:
| Unique Identifier | 2017-2018 Count |
| A | 2 |
| B | 2 |
| C | 2 |
| D | 2 |
| E | 0 |
Any assistance would this problem would be greatly appreciated. Thanks in advance.
Solved! Go to Solution.
Hi,
You may download my PBI file from here.
Hope this helps.
Hi,
You may download my PBI file from here.
Hope this helps.
Hello,
You can try this:
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 41 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 150 | |
| 106 | |
| 64 | |
| 37 | |
| 36 |