We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
Hi
I need to calculate sales per product from Expected selling start date and 4 month ahead.
How do I do that?
I have tried this measure, but it gives me an error.
Solved! Go to Solution.
I have changed the measure to this:
@LotteLaugesen , Try this
CALCULATE(CALCULATE(SUM('Fact Sales'[Volume]),
USERELATIONSHIP(Dim_Calendar[Date],'New Products'[Expected Selling Start Date])),
DATESINPERIOD(Dim_Calendar[Date ],Min(Dim_Calendar[Date])+1,4,MONTH) )
I have changed the measure to this:
@LotteLaugesen , Try like
Volume 4 Month =
CALCULATE(SUM('Fact Sales'[Volume]),
USERELATIONSHIP(Dim_Calendar[Date],'New Products'[Expected Selling Start Date]),
DATESINPERIOD(Dim_Calendar[Date ],Min(Dim_Calendar[Date])+1,4,MONTH) )
Thank you for helping, but the measure shows a blank result.
@LotteLaugesen , not able to relate your comments with the with data, can you elaborate
For each product in New Products file I want sum of Volume from Fact Sales for 4 month after Expected selling start date. I only want to list the products in the New Products file, not any other product sold.
For Product100 it should sum volume from Fact Sales from 1st of January to end of 1st of April.
For Product200 it should sum volume from Fact Sales from 2nd of February to end 2nd of May
And so on.. Does this make it more clear?
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |