Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

SALES AMOUNT RESTOCK

Hi all,

 

I have a measurement which measures the sales amount realized by customers who have made more than one order (restock, réassort in french, not sure for the english word). measure below :

Sales restock = 
CALCULATE(
    [sales],
    FILTER(
        VALUES( ‘sales_table’[customer_id] ),
        CALCULATE( CALCULATE(DISTINCTCOUNT( ‘sales_table’[order_id] ),FILTER(ALL(calendar),calendar[date]<=MAX(calendar[date]))) >= 2 -- purchases this year
    )
    )

)

 

But this measure shows the whole sales amount made by these customers. I would like to have for the same customers, the real sales amount in restock which is --> Sales amount by customer in restock (more than 1 order) minus sales amount of the first order.

 

I have a classical sales and calendar table.

 

I hope I am clear.

 

Thanks a lot for your help.

 

Regards.

 

Paul

1 REPLY 1
Jihwan_Kim
Super User
Super User

Hi, @Anonymous 

If the question is still open, and if it is OK with you, could you please share your sample pbix file?

Then I can try to come up with more accurate measures to find a solution.

Thank you very much.

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.

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


Go to My LinkedIn Page


Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors