Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 14 | |
| 12 | |
| 9 | |
| 8 | |
| 7 |