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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
fosterXO
Frequent Visitor

Manipulate filter context between tables

Hi,

I have an interactive report with two tables. The info selected in table 1 filters the info in table 2. However, I need table 2 to ONLY look into one of the columns of table one. I will filter out 2022 soon but I still need table 2 to add total correctly. Red cell should be 150, not 100.

 

2022-11-20 20_11_11-Window.png

How would you do it? Thanks

2 REPLIES 2
Anonymous
Not applicable

Hi @fosterXO ,

Please try:

 

Measure = CALCULATE(SUM('Table'[Column3]),ALLEXCEPT('Table','Table'[Column1]))

 

vcgaomsft_0-1668995411014.png

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

AllisonKennedy
Super User
Super User

@fosterXO Sorry I'm not totally clear on what you want, but you can use the ALL function and put the column you're using as filter inside, eg:

 

NewMeasure = CALCULATE ( [currentmeasure], ALL( Tablename[columnusedinTable1Filter] ) )


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

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.