Forum Discussion
DateAdd Not Working As Expected
Thanks Greg! I almost have your "Hard Way" working for me, but I'm struggling to return the correct MaxYear...I don't want the max year from the calendar table, rather I want the current year. I'm trying to filter the table to return the current year from my calendar table by using filtering it down based on Create Date = TODAY() but I'm struggling to return a single value to the variable. I've tried numerous functions to no avail. Thanks in advance!
bkuhlmann Why not just Create Year = YEAR(TODAY())
or am I missing something?
- bkuhlmann2 years agoFrequent Visitor
I was trying to use my calendar table because our fiscal year does not match our calendar year, and I also need to get both the FY and FQ. I could recreate those formulas in the measure but would prefer to pull from the calendar table instead.
Is there a way to get the FY and FQ for "today" from my calendar table instead?
Thanks for your help!