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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
KhrystinaM
Helper I
Helper I

Formula Question

Hello, I am hoping someone can help me create a formula based off of multiple measures. 

 

Current Measures

  • "Met" = CALCULATE(COUNTROWS('Status Board'),'Status Board'[Met / Not_x002]="Met")
  • "Not Met" = CALCULATE(COUNTROWS('Status Board'),'Status Board'[Met / Not_x002]="Not Met")
  • Met/NotMetX = ["Met"]+["Not Met"]
  • MetX = SUMX('Status Board','Status Board'[Met Count])
  • NotMetX = SUMX('Status Board','Status Board'[Not Met Count])
  • Count% = DIVIDE([MetX],[MetXNotMetX],0)

I have a table field for exceptions. I need to add to my "Not Met" and NotMetX formula to not count if Exception Granted = TRUE

 

KhrystinaM_0-1706731062544.png

 

Is this possible? Thank you!! 

 
 
1 ACCEPTED SOLUTION
sayaliredij
Solution Sage
Solution Sage

HI @KhrystinaM 

 

For Not Met

 

you can add "and" condition and that should be good 

Measure = CALCULATE(COUNTROWS('Status Board'),AND('Status Board'[Met / Not_x002]="Not Met", Status Board'[Exception Granted]<>"TRUE" ))
 
for NotMetX
 
  • NotMetX = calculate ( SUMX('Status Board','Status Board'[Not Met Count]),Status Board'[Exception Granted]<>"TRUE" ))

Please try these formule and check if its working 

 

Thanks and Regards,

 

Sayali

 

Please mark the question solved when done and consider giving a thumbs up if posts are helpful!! 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
KhrystinaM
Helper I
Helper I

This worked, thank you so much!! 

sayaliredij
Solution Sage
Solution Sage

HI @KhrystinaM 

 

For Not Met

 

you can add "and" condition and that should be good 

Measure = CALCULATE(COUNTROWS('Status Board'),AND('Status Board'[Met / Not_x002]="Not Met", Status Board'[Exception Granted]<>"TRUE" ))
 
for NotMetX
 
  • NotMetX = calculate ( SUMX('Status Board','Status Board'[Not Met Count]),Status Board'[Exception Granted]<>"TRUE" ))

Please try these formule and check if its working 

 

Thanks and Regards,

 

Sayali

 

Please mark the question solved when done and consider giving a thumbs up if posts are helpful!! 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
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.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.