Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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.
How would you do it? Thanks
Hi @fosterXO ,
Please try:
Measure = CALCULATE(SUM('Table'[Column3]),ALLEXCEPT('Table','Table'[Column1]))
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
@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] ) )
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
55 | |
54 | |
54 | |
37 | |
29 |
User | Count |
---|---|
77 | |
62 | |
45 | |
40 | |
40 |