Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |