Wishmaster89
Board Regular
- Joined
- Jan 10, 2022
- Messages
- 77
- Office Version
- 2021
- 2019
- 2016
- Platform
- Windows
- MacOS
Hi all
So I have some data in power query where their is a duplicate learner ID but some records also have a restart value of True. Where this is the case i want to keep the record which = True.
Please see sample data below, it is in excel as i don't want to post actual data from power query as its sensitive.
So I have some data in power query where their is a duplicate learner ID but some records also have a restart value of True. Where this is the case i want to keep the record which = True.
Please see sample data below, it is in excel as i don't want to post actual data from power query as its sensitive.
Book1 | ||||
---|---|---|---|---|
A | B | |||
1 | Learner ID | Restart | ||
2 | 1 | |||
3 | 1 | TRUE | ||
4 | 2 | |||
5 | 2 | TRUE | ||
6 | 3 | |||
7 | 3 | |||
Sheet1 |