Hello experts,
I wanted to create a variable where i only need current qtr and current year actual amount from out of 10 Quarters.
for example, if i'm in Q1 -2016, i want Q1 actual amount alone for 2016.
in my scenario, Fiscal/year quarter dimension format is looks like below one
1.2015
2.2015
3.2015
4.2015
1.2016
2.2016
3.2016
4.2016
1.2017
2.2017
I'm able to take current Qtr and Current year by using system date, but when converting it into date format, it provides #Error. Is that we can convert Qtr values into date format and by using it we can get actual amount for that particular Qtr?