I have two identical datasets, except that dataset1 returns this years figures and dataset2 last years figures. They are displayed in two separate tables and work well but when I want to display them in a single chart the values from dataset2 are not displayed, no error either, the Total column from dataset1 is displaying correctly.
Using the lookup function like this:
=Lookup(Fields!Month_Name.Value, Fields!Month_Name.Value, Fields!Total.Value, "dataset2")
What would I need to change to make it work correctly?