Mavericks334
Active Member
- Joined
- Jan 26, 2011
- Messages
- 280
Hi,
How do i create measures to calculate current month quarter values, previous month quarter values and last year same quarter values.
I have a date table and Raw data table and month table to get the quarters? Any suggestions how this could be achieved.
I am using this measure to get YTD values. DATESBETWEEN(Dates[Dates],DATEADD(LASTDATE(Year_Period[Next_Month_Start_Date]),MAX(Year_Period[Fiscal_Period])*-1,MONTH),LASTDATE(Year_Period[Month_End_Date]))
What do i modify to get the quarter values?
Regards,
Renato.
How do i create measures to calculate current month quarter values, previous month quarter values and last year same quarter values.
I have a date table and Raw data table and month table to get the quarters? Any suggestions how this could be achieved.
I am using this measure to get YTD values. DATESBETWEEN(Dates[Dates],DATEADD(LASTDATE(Year_Period[Next_Month_Start_Date]),MAX(Year_Period[Fiscal_Period])*-1,MONTH),LASTDATE(Year_Period[Month_End_Date]))
What do i modify to get the quarter values?
Regards,
Renato.
Last edited: