Hi All,
I am trying to add the measure on the one analysis to display three different sets of data depending on the scenario and year. I have added the measures and applied a column formula "filter" to each data column to filter the column by a Scenario and Year but no data is coming through on the results. If I remove the filter, data will appear. I have normal filters setup within the criteria to filter the year (2013, 2014), and scenario (Actual, Budget). The measure is called: "HFM#1"."Data"
The filter is as follows:

FILTER("HFM#1"."Data" USING (("Scenario"."Gen2,Scenario" = 'Actual') AND ("Year"."Gen2,Year" = '2014')))
FILTER("HFM#1"."Data" USING (("Scenario"."Gen2,Scenario" = 'Budget') AND ("Year"."Gen2,Year" = '2014')))
FILTER("HFM#1"."Data" USING (("Scenario"."Gen2,Scenario" = 'Actual') AND ("Year"."Gen2,Year" = '2013')))
Is there anything else that is required? Any settings within the RPD before you can use filters?

Thanks