Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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!! 🙂
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |