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! It's time to submit your entry. Live now!
Good morning.
Im need search anythigs values to started within text "14" or "15", please.
thanks!
Solved! Go to Solution.
@Anonymous
Create a measure:
Result =
IF (
CONTAINSSTRING ( SELECTEDVALUE ( tablename[CODIGO] ), "14" )
|| CONTAINSSTRING ( SELECTEDVALUE ( tablename[CODIGO] ), "15" ),
"Found"
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Anonymous
Create a measure:
Result =
IF (
CONTAINSSTRING ( SELECTEDVALUE ( tablename[CODIGO] ), "14" )
|| CONTAINSSTRING ( SELECTEDVALUE ( tablename[CODIGO] ), "15" ),
"Found"
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 39 | |
| 23 | |
| 21 |
| User | Count |
|---|---|
| 144 | |
| 106 | |
| 63 | |
| 38 | |
| 31 |