Hi All. Simple problem here, I can't graph something properly.
I have a equation showing how long something was in inventory. This gives me the correct amount of days, and I'm happy with the result of the equation:
Days in Inventory = if(ISBLANK('CW Inventory by Location'[Posting_Date]),blank(),1.0*('CW Inventory by Location'[Posting_Date]-today()))
But when I try to graph I only get a SUM of the total number of days. No matter what I try, using aggregations like "Count" "Value" field for aggregates. It just shows a number like -800,000, which is the total number of days, or 50,000, which is the total quantity.
Does anybody know why I can't do a graph like the one attached?