Can someone show me how to (MDX) select the last non empty date grouped by year. The output should look like this:
Year Date
2013 03/15/2013
2012 12/28/2012
2011 12/29/2011
2010 12/28/2010
Thanks in advance for your help!
Can someone show me how to (MDX) select the last non empty date grouped by year. The output should look like this:
Year Date
2013 03/15/2013
2012 12/28/2012
2011 12/29/2011
2010 12/28/2010
Thanks in advance for your help!