Forum Discussion
GARMAS97
6 years agoRegular Visitor
DATE RANGES - AMOUNT SOLD DURING TIME FRAME
Dear all, In this case i want to visualize the amount of items sold during a a certain time frame. I want to import a table with diferent date ranges, f.e: Item ID ITEMS SOLD ...
Greg_Deckler
Community Champion
6 years agoSo 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
- GARMAS976 years agoRegular Visitor
Hi,
It is the same as shown, the list of items id's with their start date and end date.
- CoreyP6 years ago
Solution 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.