Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
aggarwal25
Frequent Visitor

Page level filters not working on calculated columns

I have a data set from 2 different surveys, the data has common columns and is combined into one big dataset. I am trying to do the following:

1. Calculate sum of inviattion status by differetn categories such as 'Abandoned', 'Not Strted', 'Responded', 'Skipped'. I have created custom column for these e,g.

(Responded = CALCULATE(COUNT('Consulting Survey Invite Jan-June 2017'[Email Invitation Substatus]),FILTER(ALL('Consulting Survey Invite Jan-June 2017'),'Consulting Survey Invite Jan-June 2017'[Email Invitation Substatus]="Response Received")))

 

Not Started = CALCULATE(COUNT('Consulting Survey Invite Jan-June 2017'[Email Invitation Substatus]),FILTER(ALL('Consulting Survey Invite Jan-June 2017'),'Consulting Survey Invite Jan-June 2017'[Email Invitation Substatus]="Not Started"))

 

Now when I make funnel chart wiht these new columns, i am facing the folliwng issues:

  >> Under 'Value' fieldI select "SUM" - the data is wrong and it just adds up each cell in the sheet givng some random numbers

  >> Under "Value" fied I select "Average"  - the data in chart is correct but the page level filter does not work on it

   >> Under "Value" field I select "Count" - the data is wrong and it only shows total number of responses for each survey irrespective of invitation status

 

Thanks for all the help.

1 REPLY 1
Anonymous
Not applicable

Hi @aggarwal25,

 

Can you please share this file to test? It is hard to troubleshoot without any detail data.

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.