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! Learn more
Hi all!!
I have a data table with numbers, of which some of them contain a specific series of numbers.
key |
| x843xxxxx |
| x843xxxxx |
| xxxxxxxxx |
| x843xxxxx |
How do I make a calculated collumn in which I can indicate wether those numbers are contained in each row or not?
I tried
Calculated Collumn =
IF(
CONTAINS('datatable','datatable'[key],843),
"YES",
"NO"
)
Solved! Go to Solution.
@Anonymous - Use CONTAINSSTRING( ).
Proud to be a Super User!
@Anonymous - Use CONTAINSSTRING( ).
Proud to be a Super User!
okay that was an easy fix, thanks!! 🙂
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.