Forum Discussion

lburgess's avatar
lburgess
Icon for Helper II rankHelper II
5 years ago
Solved

Select rows from table 2 that are not in table 1

I've been beating my head against the wall on this one for several days.  Hoping someone here can help.   I'm building a report against an onboarding application.  There are two primary lists invol...
  • Ashish_Mathur's avatar
    5 years ago

    Hi,

    You may download my PBI file from here.

    Hope this helps.

  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi  lburgess ,

    Here are the steps you can follow

    1. Create measure.

    Result = 
    CALCULATE(SUM('Onboarding Tasks'[Task ID]),FILTER('Onboarding Tasks',NOT([Task ID]) in VALUES('Branch Onboarding Tasks'[Task ID])))

    2. Result:

     

    Best Regards,

    Liu Yang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly