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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
TITO22
Frequent Visitor

Freeze table even if filter used

Hi everyone,

I have a table of sales : 

TITO22_0-1703667061265.png

I created two table visualisation : sales by month / sales sum by product and month 

TITO22_1-1703667117430.png

Now, i want to freeze my left table even if i use the month filter. That is possible? 
I tried to create a measure : Measure = CALCULATE(SUM(SALES[SALES]),ALL(SALES[MONTH])) 
But it doesn't work 

TITO22_2-1703667435047.png

 

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @TITO22 

 

You can try the following methods.

New table = VALUES('Table'[MONTH])

vzhangti_0-1703758743415.png

Measure = CALCULATE(SUM('Table'[SALES]),FILTER(ALL('Table'),[MONTH]=SELECTEDVALUE('New table'[MONTH])))

vzhangti_1-1703758805691.png

This visual will not interact with the source table.

vzhangti_2-1703758906981.png

Is this the result you expect? Please see the attached document.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
v-zhangti
Community Support
Community Support

Hi, @TITO22 

 

You can try the following methods.

New table = VALUES('Table'[MONTH])

vzhangti_0-1703758743415.png

Measure = CALCULATE(SUM('Table'[SALES]),FILTER(ALL('Table'),[MONTH]=SELECTEDVALUE('New table'[MONTH])))

vzhangti_1-1703758805691.png

This visual will not interact with the source table.

vzhangti_2-1703758906981.png

Is this the result you expect? Please see the attached document.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Dangar332
Super User
Super User

Hi, @TITO22 
@TITO22 

use visual level filter for second table only(sales sum by product and month )

see below image

Dangar332_0-1703669390640.png

 

The expected result is to have multiple tables (4,5...) in the report. Si i can't use a filter for each table. I have to use the page level filter

Hi, @TITO22 

 

you cannot control the interaction with filter pane. page level filter will filter all the visuals on that page.

 

my suggestion is create a new calculated table for that column which you want to show in visuals is not affected by page level filter .

not connect that table with data model

 

refer below link for same problem Link 1  ,Link 2 

Nithinr
Resolver III
Resolver III

you can use edit interation feature in power bi. @TITO22 

Edit interactions in Power BI - SQL Skull

To use edit interaction i must insert a slicer in the report. In my case i have to use the filter panel 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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