Forum Discussion
Relationship using an expression
- 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. - 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.
Hi, thanks for joining in with this. After I posted last night I went to bed and this morning tried this...
Hi,
Share some data and show the expected result.