Forum Discussion
bilalkhokar73
Helper IV
5 years agoQuarter Formula
1. I want dynamic quarter 1 thsi year last year formula, 2. I want to see growth vs degrwoth Q1_Currenteeyar vs Q1LAst year This formual givign me wrong results , it just displaying values from 8 j...
- 5 years ago
no that is date , my typing error
CALCULATE(SUM(Sales[Amt]),FILTER(date,date[Date]>=DATE(YEAR(TODAY()),1,DAY(TODAY()))&& date[Date]<=DATE(YEAR(TODAY()),3,DAY(TODAY()))))
Fowmy
Super User
5 years agobilalkhokar73
Can you provide more information as to what you are try to achieve?
In your formula, what is tm_date? you do not reference it in the filter arguments.
- bilalkhokar735 years ago
Helper IV
no that is date , my typing error
CALCULATE(SUM(Sales[Amt]),FILTER(date,date[Date]>=DATE(YEAR(TODAY()),1,DAY(TODAY()))&& date[Date]<=DATE(YEAR(TODAY()),3,DAY(TODAY()))))