I have a (powerpivot) table with the following fields from transactions on a stock exchange:
I need to add a Calculated Column (not a Measure) that shows the closing price for each day (on every row).
So for each day it should return the Price of the last trade on that day.
Your help is appreciated!
- Sequence number
- DateTime of transaction
- Price at which the trade occured
I need to add a Calculated Column (not a Measure) that shows the closing price for each day (on every row).
So for each day it should return the Price of the last trade on that day.
Your help is appreciated!