Forum Discussion
DATE RANGES - AMOUNT SOLD DURING TIME FRAME
So what does your source data look like? Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Hi,
It is the same as shown, the list of items id's with their start date and end date.
- CoreyP6 years agoSolution Sage
To do what you want, your data should have the following fields:
Date Sold
Item Number
Quantity Sold
Then you would use a date slicer on your page, filtering a SUM of quantity sold by item number.
- GARMAS976 years agoRegular Visitor
I have all the sales per day per item the thing i want to look the amount of items sold during a time frame, problem is i dont know what DAX to use, right now the table is giving me the total amount of items sold since its existence.
- CoreyP6 years agoSolution Sage
Can you please provide a sample set of data? Thanks!