Hi All
I'm new to Powerpivot/DAX; have been scouring the internet for some assistance with some calculations I'm struggling with (which should be really simple), but am none the wiser so thought I'd post here....
I'm trying to perform a really basic running total calculation. If you imagine I have just 2 columns in my dataset and am looking to calculate the "Accumulate" column:
Product | Price | Accumulate
Beans | £1 | £1
Beans | £1 | £2
Eggs | £1.50 | £1.50
Beans | £1 | £3
Eggs | £1.50 | £3
Eggs | £1.50 | £4.50
How would I go about doing the above? I'm guessing I may have to order the data first.
Also, I'd like to be able create a summary table of the above data sample which would display 1line/product and calculate the total Price. Any ideas?
Thanks in advance!
Rich
I'm new to Powerpivot/DAX; have been scouring the internet for some assistance with some calculations I'm struggling with (which should be really simple), but am none the wiser so thought I'd post here....
I'm trying to perform a really basic running total calculation. If you imagine I have just 2 columns in my dataset and am looking to calculate the "Accumulate" column:
Product | Price | Accumulate
Beans | £1 | £1
Beans | £1 | £2
Eggs | £1.50 | £1.50
Beans | £1 | £3
Eggs | £1.50 | £3
Eggs | £1.50 | £4.50
How would I go about doing the above? I'm guessing I may have to order the data first.
Also, I'd like to be able create a summary table of the above data sample which would display 1line/product and calculate the total Price. Any ideas?
Thanks in advance!
Rich