Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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?
Solved! Go to Solution.
hi, @seanrpeters
try below measure
Measure =
FILTER( VALUES('Table'[Column1]),'Table'[Column1]="y")
data look like below
table visual look like below
hi, @seanrpeters
try below measure
Measure =
FILTER( VALUES('Table'[Column1]),'Table'[Column1]="y")
data look like below
table visual look like below
Thank you!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |