Forum Discussion
Dmoetnogleren
2 years agoRegular Visitor
Question about Vlookup multiple values
You can refer to below calculated column.
RecentStartDate = LASTDATE('Fact'[Start Date])Note: need to create relationship.
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~
3 Replies
- xifeng_LSuper User
You can refer to below calculated column.
RecentStartDate = LASTDATE('Fact'[Start Date])Note: need to create relationship.
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~
- AnonymousNot applicable
Hi Dmoetnogleren ,
Did xifeng_L reply solve your problem? If so, please mark it as the correct solution, and point out if the problem persists.
Best Regards,
Adamk Kong - DmoetnoglerenRegular Visitor
Thank you, this was a good solution!