This is my first PowerBi report.
I've a table structure like this
TransDate UnitsAsOf Price InvestedAmount Stock
01/02/2020 10 12.4 124 APL
01/03/2020 20 13 260 APL
01/05/2020 21 15 315 APL
01/10/2020 1 111 111 BPL
And this is the table Visualization I'm creating
Stock Total invested (Summarized column) Current Value
APL 699 THIS IS A MEASURE column
BPL 111
I just couldn't figure out how to get max(transDate) for each stock and multiple it with the Price of that row?
Any help please?