Forum Discussion

Quindici's avatar
Quindici
Frequent Visitor
6 years ago
Solved

Relationship using an expression

Hi Everyone,   I am trying to create a calculated column in one table that has no relationship to a second table.   My first table has a date field (ExpectedClose). My Second Table has non-consec...
  • v-lid-msft's avatar
    v-lid-msft
    6 years ago

    Hi Quindici ,

     

    We can create a calculated column using following measure to meet your requirement:

     

     

    _LTP =
    MAXX ( FILTER ( 'PIPELINE', [EXPECTED_CLOSE_DATE] <= [EXPECTED_CLOSE] ), [LTP] 

     

     


    If it doesn't meet your requirement, Please show the exact expected result based on the Tables in my picture.


    BTW, pbix as attached.

     

    Best regards,

    Community Support Team _ Dong Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • v-lid-msft's avatar
    6 years ago

    Hi Quindici ,


    How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?

     

    Best regards,

    Community Support Team _ Dong Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.