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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
scottm0690
Frequent Visitor

Only show if a field is equal to Open

I have a measurement that looks thru audit criteria and displays the number of Open requests.   My measurement does show I have 1 but when i click it, it show everything including the open for that certain date.  How do i get it to only show the open one?  

 

# MAR Requests "Open" = COUNTROWS(filter('MAR/SOC Audit Requests','MAR/SOC Audit Requests'[Audit Type]="MAR" && 'MAR/SOC Audit Requests'[State] = "Open"))

I click on this 3/7/24 open

scottm0690_0-1708982789028.png

It opens this:(sorry for the blacked out data.  

scottm0690_1-1708982814862.png

As you can see, I have 1 open as show in previous image, but it shows all for the 3/7/24.  I just want it to show what was opened, not in audit review. 

 

Hope this makes sense.  Thank You 

 

 

 

 

6 REPLIES 6
Anonymous
Not applicable

Hi @scottm0690 ,

 

Put your measure in the visual filter and set the value to "is open".

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

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

alya1
Helper V
Helper V

 can try adding a slicer visual using SOC Audit Requests'[State]. or you can add it as a "filter on thiss visual"

When i go to "filters on this visual", i have the measure there but it only filters based on numbers, not the word "Open".  I might be missing something.  Thank You 

Anonymous
Not applicable

Hi @scottm0690 ,

 

It should be "is 1."

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

The issue is that if i do that, it only shows 1, but if the number is 2(meaning 2 items are open), then it won't show.  I am trying to get it so when i click on that line 3/7/24 "1", it only shows Open, not everything based on the 3/7/24 date.  Thank You 

 

maybe you can ctrl and click any additional numbers on the filter if you would like?

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors