Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Summing quantity between price changes

Hi,

 

Need some help with the DAX for this if anyone can assist.

 

I have historical sales data where I need to sum all quantities sold between price changes.

 

e.g.

 

SKUDate (DD/MM/YYYY)QtyPrice
A02/01/2020121.25
A06/01/2020141.20
A08/01/2020201.20
A09/01/2020151.20
A11/01/2020121.25
A13/01/202081.25
A16/01/2020121.20

 

So ideally I should see the following:

 

SKUDate (DD/MM/YYYY)QtyPrice
A02/01/2020121.25
A06/01/2020491.20
A11/01/2020201.25
A16/01/2020121.20

 

Any ideas?

 

Cheers.

  • Hi, Anonymous 

     

    Please check the below picture and the sample pbix file's link down below.

    You can follow the steps to have the result column that is shown on the very right side of the table visualization.

     

    All measures are in the sample pbix file.

     

     

    https://www.dropbox.com/s/ptqhzju0j9kt6a2/aexley.pbix?dl=0 

     

     

    Hi, My name is Jihwan Kim.

    If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

3 Replies

  • Hi, Anonymous 

     

    Please check the below picture and the sample pbix file's link down below.

    You can follow the steps to have the result column that is shown on the very right side of the table visualization.

     

    All measures are in the sample pbix file.

     

     

    https://www.dropbox.com/s/ptqhzju0j9kt6a2/aexley.pbix?dl=0 

     

     

    Hi, My name is Jihwan Kim.

    If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

    • Anonymous's avatar
      Anonymous
      Not applicable

      That's awesome! Thanks Jihwan_Kim .

       

      If you're up for helping I'm trying to add the a Price Elasticity of Demand (PED) formula to the table.

       

      PED = [ (Q1 - Q0) / (Q1 + Q0) ] / [ (P1 - P0) / (P1 + P0) ]

      • P₀ is the initial price of the product;
      • P₁ is the final price of the product;
      • Q₀ is the initial demand;
      • Q₁ is the demand after the price change;
      • PED is the price elasticity of demand.

      This would make the table look like this: