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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.