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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
iskruger
Frequent Visitor

Help with Measure

 

Hi Gang,

 

Could use a little help developing the following measure:

 

I'm trying to sum the row values in COLUMN3 when the values in COLUMN2 are greater than 1.

 

I'm pretty new to BI and would appreciate any help with the above.

 

Thanks in advance for your help!Capture.PNG

 

 

 

 

 

 

1 ACCEPTED SOLUTION

Hi Dallen,

 

Thanks so much for the quick response. The conditional sum measure worked perfectly.

 

Additionally, I will be using a slicer on COLUMN2 and could use additional help adding that feature to the measure.

 

Thanks again!

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @iskruger - Welcome to Power BI and the Power BI Community!

I'm relatively new to Power BI so I hope this is helpful. When creating your measure try the following after clicking the "New Measure" button:

 

Conditional Sum = CALCULATE(SUM(TableName[COLUMN3]), TableName[COLUMN2] > "1")

 

The logic here, in human readable terms, calculates the sum of the rows in column 3 where the rows in column 2 are greater than 1. 

 

I hope this helps! 

Hi Dallen,

 

Thanks so much for the quick response. The conditional sum measure worked perfectly.

 

Additionally, I will be using a slicer on COLUMN2 and could use additional help adding that feature to the measure.

 

Thanks again!

Anonymous
Not applicable

Glad to hear it worked!

 

 

I'm uncertain what the rules are for continuing to post on a thread once the original question has been solved. I think you're okay to continue posting on this thread for myself and others in the community to see.

 

Also, I'd encourage you to search the forums before you post. In my experience, I've found that the answers to my questions are already here, I just needed to put together the right search terms.

Thank again!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.