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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi @Analitika ,
The error would happen in here based on the error message. ContainRows() is the same with IN.
Seems like the type of your [SAS_KOD] column is text while 20210 is a number type.
You can write the formula like this:
[SAS_KOD] in {"20210"}
or use '=' directly to compare since there is only one value to search and compare:
[SAS_KOD] = "20210"
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Analitika ,
The error would happen in here based on the error message. ContainRows() is the same with IN.
Seems like the type of your [SAS_KOD] column is text while 20210 is a number type.
You can write the formula like this:
[SAS_KOD] in {"20210"}
or use '=' directly to compare since there is only one value to search and compare:
[SAS_KOD] = "20210"
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
14 | |
10 | |
7 | |
6 | |
5 |
User | Count |
---|---|
30 | |
19 | |
12 | |
7 | |
5 |