Forum Discussion
Compare 2 tables and return results
- Anonymous2 years ago
Hi hemasnaidu
You can use Merge queries feature. For match results, select Inner Join kind. For unmatched results, select Left Anti kind. Then select rows with State 'DOWN'. Use Merge Queries as New to have match and unmatch results in new queries separately. You can see an example in the attached pbix file.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
Added this logics to original post
Adding logics:
The match are only for State='DOWN'. For other than State='DOWN', can be ignored.
For any State = 'DOWN' in Table 1, it should have a follow up record in Table 2.
In Table2, each new record referenced to Table1 using 'Table1ID' column.
Hi hemasnaidu
You can use Merge queries feature. For match results, select Inner Join kind. For unmatched results, select Left Anti kind. Then select rows with State 'DOWN'. Use Merge Queries as New to have match and unmatch results in new queries separately. You can see an example in the attached pbix file.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!