Forum Discussion
Measure to compare text strings
- 9 years ago
Hi Anonymous,
A measure can't be used in Visual/Page/Report level filters pane, only columns can be placed.
In your scenario, assume the relationship between the Table1 and Table2 is 1:n, you can create a calculated column in Table2 like below below:
Condition = IF('Table2'[PN_Serial_Number]=RELATED(Table1[Serial_Number]),"Y","N")
Then drag this column to the Visual Level Filters pane, select "N" value.
Best Regards,
Qiuyun Yu
Hi Anonymous,
A measure can't be used in Visual/Page/Report level filters pane, only columns can be placed.
In your scenario, assume the relationship between the Table1 and Table2 is 1:n, you can create a calculated column in Table2 like below below:
Condition = IF('Table2'[PN_Serial_Number]=RELATED(Table1[Serial_Number]),"Y","N")
Then drag this column to the Visual Level Filters pane, select "N" value.
Best Regards,
Qiuyun Yu