Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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!! 🙂
User | Count |
---|---|
85 | |
79 | |
64 | |
52 | |
46 |
User | Count |
---|---|
101 | |
49 | |
42 | |
39 | |
38 |