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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Sum column if another column value is zero

Hey, Trying to create a measure of counting QTY of unit types in a building that do not have a patio by correlating my 'QTY of unit types' column with my 'patio SF' column.

 

 

 4 -  
 1 -  
 4 -  
 1 -  
 3 87
 4 76
 1 70
 1 264
 3 78
 1 78
 1 78
 3 -  
 6 -  
 1 -  
 -   97
 4 74
 4 74
 3 183
 1 74
1 ACCEPTED SOLUTION
jdbuchanan71
Super User
Super User

@Anonymous 

Give this a try.  I am assuming you want to sum the amounts in the first column.  You will need to change the table and field names to match your model.

Non-patio units =
CALCULATE ( SUM ( YourTable[Qty of unit types] ), YourTable[Patio SF] = 0 )

 

View solution in original post

2 REPLIES 2
jdbuchanan71
Super User
Super User

@Anonymous 

Give this a try.  I am assuming you want to sum the amounts in the first column.  You will need to change the table and field names to match your model.

Non-patio units =
CALCULATE ( SUM ( YourTable[Qty of unit types] ), YourTable[Patio SF] = 0 )

 

Anonymous
Not applicable

@jdbuchanan71 

Thank you so much that works!

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.

Top Solution Authors