I have a field 'Year' which returns [2011, 2012, 2013, 2014, 2015 & 2016]
I want to calculate '# of days in year' in webi
So my o/p should like this
2011 = 365 days
2012 = 365 days
2013 = 365 days
2014 = 365 days
2015 = 365 days
2016 = 96 days (if user runs the report today, this will be YTD)
How do I achieve this in webi?