luftpolster
New Member
- Joined
- Oct 12, 2021
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Hi,
I'm trying to filter the duplicates in the column "TYPE" to show the ones which are having the "NR" of 2 and another number.
In this example that would be the lines 2,3 and 4,5 because the lines are duplicates in the TYPE column and have the NR "2" and one or more other numbers in the NR column.
Does anyone know how I could filter this in Power BI?
I'm trying to filter the duplicates in the column "TYPE" to show the ones which are having the "NR" of 2 and another number.
In this example that would be the lines 2,3 and 4,5 because the lines are duplicates in the TYPE column and have the NR "2" and one or more other numbers in the NR column.
Does anyone know how I could filter this in Power BI?
LINE | TYPE | NR |
1 | A | 1 |
2 | B | 2 |
3 | B | 1 |
4 | C | 2 |
5 | C | 3 |
6 | A | 3 |