Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. 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!! 🙂
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
68 | |
42 | |
42 |
User | Count |
---|---|
46 | |
40 | |
28 | |
27 | |
26 |