Forum Discussion
gbarr12345
2 years agoPost Prodigy
Help with Line Chart
Hi, I'm trying to create a line chart to compare the number of Volume create against the numbers of volume sold to customers (Depletion in my sample file) for 2 products - Pinot Grigio and Premiu...
- 2 years ago
hi gbarr12345 ,
this link has the code with variable start and end date:
avixd/CalendarTable_with_DAX: Code samples of a calendar table using DAX (github.com)
Change what is highlighted in yellow for the output:
gbarr12345
2 years agoPost Prodigy
Perfect thanks, that worked!
One more question, I copied your relationships, etc and for some reason the numbers for the depletion are still the same instead of giving me the correct number:
Any idea as to why that's happening?
adudani
2 years agoMemorable Member
is the "Date" in the row context from "DimDate" ?
Also, is DimDate marked as the Date table?