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
seanrpeters
Frequent Visitor

Relational Operations

Hello,

 

I want to use the comparrison opperator == in order to filter out data in a measure. The values stored are Y or N, I want to include only the Y values in my measure like so:

NewHire = FILTER ( 'table', [YN] =='Y' )

This is obviously not the right way to do this, but how would I? 

 

1 ACCEPTED SOLUTION
Dangar332
Super User
Super User

hi, @seanrpeters 

try below measure

Measure = 
 FILTER( VALUES('Table'[Column1]),'Table'[Column1]="y")

 

data look like below

Dangar332_0-1705137815575.png

 

table visual look like below

Dangar332_1-1705137842288.png

 


 

View solution in original post

2 REPLIES 2
Dangar332
Super User
Super User

hi, @seanrpeters 

try below measure

Measure = 
 FILTER( VALUES('Table'[Column1]),'Table'[Column1]="y")

 

data look like below

Dangar332_0-1705137815575.png

 

table visual look like below

Dangar332_1-1705137842288.png

 


 

Thank you!

Helpful resources

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

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.