Forum Discussion
Anonymous
7 years agoNot applicable
PreviousMonth Calculation
Hello, I have a very simple messure: TotalSalesBlue = SUMX(FILTER('Sales','Sales'[COLOR]="BLUE"),'Sales'[AMT]) Sales Table is connect with Date Table via DateID. I'm trying to find Only ...
- 7 years ago
Hi,
Explore relative dates filters
Ashish_Mathur
7 years agoSuper User
Hi,
If you modify your TotalSalesBlue measure to this, do you get the correct result.
=CALCULATE(SUM('Sales'[AMT]),'Sales'[COLOR]="BLUE")
Anonymous
7 years agoNot applicable
Even after modifying the result I get all month
1- Changed messured as you suggested, still getting all months as shown below. I'm need to only get 9/30/2018 data.