Forum Discussion

shep123's avatar
shep123
Icon for Helper I rankHelper I
9 years ago
Solved

Filter by Total Column Sum per Campaign

I am having trouble by the total number of Impressions per campaign. Below is some sample data.

 

CampaignClicksImpressionsSessions
a001
b0010
c005
a1416,0000
b1011,0000
c1213,0000

 

When I create by matrix I get the following:

CampaignClicksImpressionsSessions
a1416,0001
b1011,00010
c1213,0005

 

This is perfect except as constructed but I want to add a filter that removes campaigns with Impressions below 12,000. When I go that I get the following table because it is filtering out the first records because their impressions are less than 12,000. 

CampaignClicksImpressionsSessions
a1416,0000
c1013,0000

 

Is there a way to build a filter off the total number of impressions unique to each campaign?

  • Hi shep123,

     

    According to your desription, you want to filter the sum of Impressions for each Campaign which is greater than 12000 in matrix level, right?

     

    If so, you can add visual level filters as below:

     

    If I have something misunderstood, please share more information about your expected result and how to added filter.

     

    Best regards,
    Yuliana Gu

2 Replies

  • v-yulgu-msft's avatar
    v-yulgu-msft
    Icon for Microsoft Employee rankMicrosoft Employee

    Hi shep123,

     

    According to your desription, you want to filter the sum of Impressions for each Campaign which is greater than 12000 in matrix level, right?

     

    If so, you can add visual level filters as below:

     

    If I have something misunderstood, please share more information about your expected result and how to added filter.

     

    Best regards,
    Yuliana Gu

    • shep123's avatar
      shep123
      Icon for Helper I rankHelper I

      v-yulgu-msft you are correct. I thought I did that previously which is why I asked the question. I must have had another filter somewhere else that was causing the issue. Works now though.