SSRS 2008 R2: I have created a report(.rdl) using Shared datasource. I am following the tabular approach to generate the report. I need an extra column in my report which uses the excel formula to calculate the date based on two existing columns.
The formula which I am using for the new column MMM/YYYY is =DATE(A2, B2, 1)
I have tried creating the expression for the new column, but it is not purely giving me the desired output.