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

Conditional Sum Measure

Hello  — I am looking to create a measure that is a conditional sum of another measure in a matrix.

In this example, I am trying to see these highlighted values summed in an additional column because they are >= 10.

jon_schinker_0-1676406432506.png


I would appreciate the help!

Here is a link to the file: https://drive.google.com/file/d/1-irod6Ha-sDAIYStKb77zuv6uNqlG08x/view?usp=sharing

1 ACCEPTED SOLUTION
v-jianboli-msft
Community Support
Community Support

Hi @Anonymous ,

 

Please try:

Measure = SUMX(FILTER(SUMMARIZE('Audit',Audit[code],Audit[master_key],Audit[trans_date],"Minutes",[Minutes between Postings]),[Minutes]>10),[Minutes])

Final output:

vjianbolimsft_0-1676426775901.png

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-jianboli-msft
Community Support
Community Support

Hi @Anonymous ,

 

Please try:

Measure = SUMX(FILTER(SUMMARIZE('Audit',Audit[code],Audit[master_key],Audit[trans_date],"Minutes",[Minutes between Postings]),[Minutes]>10),[Minutes])

Final output:

vjianbolimsft_0-1676426775901.png

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.

Top Solution Authors