Forum Discussion
Anonymous
4 years agoNot applicable
SUM Based on FIELD Date Range
Hi there, I am having some trouble getting the results required. Any help would be much appreciated. REVENUE = Currency Field QUOTED = Date September 2021 = Calendar Date I am trying to...
- 4 years ago
Hi,
Create a Calendar Table with a replationship from the Date column of the 2 tables to the date column of the Calendar Table. Create Year, Month Name and Month number columns in the Calendar Table. Sort the Month name column by the Month number column. To your visual, drag Year and Month name columns from the Calendar Table. Write this measure:
Total revenue = sum(Data[Revenue])
Hope this helps.
Fsciencetech
4 years agoHelper III
On the visual, filter context provide the sum of revenue for each month. No need to code between the dates.
Your question is not clear.