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 September 15. Request your voucher.

Reply
Anonymous
Not applicable

sum from table a + filter table b

hey , 

maybe uts simple in DAX but i'm new at this :

 

how can I sum a column from table A and filter the results where a coulmn from table B is not blank 

 

thanks for the help 

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@Anonymous 

Providing sample data and describing the model and relationship would be ideal to get the answer quickly. Please try the following.

Measure =  Calculate(sum(TableA[Column]), TableB[Column] <> Blank() )

 

________________________

If my answer was helpful, please consider Accept it as the solution to help the other members find it

Click on the Thumbs-Up icon if you like this reply 🙂

YouTube  LinkedIn

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

2 REPLIES 2
Fowmy
Super User
Super User

@Anonymous 

Providing sample data and describing the model and relationship would be ideal to get the answer quickly. Please try the following.

Measure =  Calculate(sum(TableA[Column]), TableB[Column] <> Blank() )

 

________________________

If my answer was helpful, please consider Accept it as the solution to help the other members find it

Click on the Thumbs-Up icon if you like this reply 🙂

YouTube  LinkedIn

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Anonymous
Not applicable

Thanks ! @Fowmy 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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