Forum Discussion
Accumulated stockvalue
Hi PowerBINewbie,
According to your description, I'd like to suggest you use line chart to achieve your requirement.
Drag Datum column to "Axis" field, Varde to "Value" field. instance to "Legend" field.
Regards,
Xiaoxin Sheng
Thanks for your answer Xiaoxin Sheng.
Unfortunately this doesnt work because that each part.no. has more than one instance and all instances has a value. So this means that it will sum the value of all instances per part.no up to each date. So the value of the stock is 100times greater than the real value.
Regards,
PowerBINewbie
- Anonymous9 years agoNot applicable
- PowerBINewbie9 years agoNew Member
- Anonymous9 years agoNot applicable
Hi PowerBINewbie,
You can add a calculate column to get the last instance no, then use summarize function to summary table with "Datum", "ArtNr","Instance", then use the current row value to get the specify value.
Since your instance no is not a numeric type, It is hard to get the max instance no.
Regards,
Xiaoxin Sheng