You already have 1 dimension filter so you should just have to add the next one the same way:
CREATE MEMBER CURRENTCUBE.[Measures].PercentageCPM_Revenue
AS IIF
(
[Measures].[Revenue No Over Del] = 0, NULL,
( [Campaign].[Metric].[Campaign Metric].&[CPM],...