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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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