How do I pull the data for the most recent date from another column in the dataset using beast mode?
Very good question.
The not so good way I was forced to do it in the past was using ETL, group by, then aggregate by last value. Not a very stylish solution but worked.
Hopefully someone has a better solution
I had to do a few more things with my data, but this helped. Thank you.
May I suggest leaving the post as unsolved in case someone else can come up with a beastmode solution.
I would like a beastmode solution to the question too.