Forum Discussion
Conditional Row Filtering
- 5 years ago
Hi , a68tbird
For you requirement, you can try follow steps:
1.create a custom column 'count'
=let Number=[Number] in Table.RowCount(Table.SelectRows(#"Changed Type",each Number = [Number]))2. select custom column 'count' and apply filter conditions to this column
3.After removing unnecessary columns,you will get the result you want.You can check my sample file for more details.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi , a68tbird
For you requirement, you can try follow steps:
1.create a custom column 'count'
=let Number=[Number] in Table.RowCount(Table.SelectRows(#"Changed Type",each Number = [Number]))
2. select custom column 'count' and apply filter conditions to this column
3.After removing unnecessary columns,you will get the result you want.
You can check my sample file for more details.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.