Forum Discussion
Dax - Sum values by date
- 4 years ago
Anonymous So, make the following tweak in that measure:
Result1= CALCULATE(SUM(TableName[ValuesColumn]),ALLEXCEPT(TableName,TableName[Date_]),TableName[Task Desc]="MO"))
Anonymous Follow the below steps to get the result.
Step 1: Create below column which only extract the Date part from your date column.
Hi amitchandak ,
Thank you for your response. Currently, I have an additional filter for my whole table (apologies for not mentioning it before). The column is Task Description - "AM", "MO", and my table is filtering to show dates and values only for Task desc. = "MO".
By using your formula I received the sum of all values for a day (AM & MO). The filter applied to myreport page didn't affect the new Calc. column.
Is it possible the "New column" to show the sum of values only where the Task Desc = "MO".
Thank you.