Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Turn Inventory transaction/movement table into inventory on hand total ie cumulative numbers

Hi,   I have a fairly large inventory transaction table that I need to convert into a inventory on hand table (by day).  Basically just date, item number, and quantity, with the quantity being the ...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Ok, I figured it out. The problem was I had a filter on the visual that I only wanted to show total sales quantity > 0

     

    For whatever reason, that was REALLY dragging the visual down. I assume it was checking every row for quantity > 0 instead of just removing the items where the final total was zero from the report.

     

    Important lesson learned here. I’m loving the performance analyzer, and the ability to inspect the actual query.

     

    I will still put some effort into learning Power Query better as I imagine optizing this stuff will be important. 

     

    Thanks so much for the help