Union and Related Dax Functions

I have created a bridge table because i have two tables that are not unique.

I need to subtract dates from one table from the other table. I have tried the Related function and it is not working. Below is the model schema.

What is the best solution. I am new to power bi.

@ysherriff ,

This is tough to answer with a bit more information, but typically when subtracting one table from the other, you use the EXCEPT( ) function.

Here’s a practical example:

I hope this is helpful.

  • Brian
1 Like

Thank you Brian. I will try this out.