Forum Discussion
CIWEB
7 years agoHelper I
Remove row when columns match?
Is there a way to remove rows based on number or date matching between two columns? In this case I need to be able to remove a row only when column B (Checkout) and column C (Master Date) have the sa...
- Anonymous7 years ago
Yep and much easier ( i think ) since can leverage Power Query. Take a look at the attached PBIX file, go to Power Query and look at the applied steps on the right hand side. You can see each step as it happens
PBIX file:
Anonymous
7 years agoNot applicable
Do you want to actually remove it from the table, or just simply filter those rows out from various other measures?
- CIWEB7 years agoHelper I
Ideally I would like to have removed from the table. Is this possible?
- Anonymous7 years agoNot applicable
Yep and much easier ( i think ) since can leverage Power Query. Take a look at the attached PBIX file, go to Power Query and look at the applied steps on the right hand side. You can see each step as it happens
PBIX file:
- CIWEB7 years agoHelper I
Thanks for the help that worked like a charm!