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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Similar to,
@Anonymous , Based on what I got
Subject_Short = if ( CONTAINSSTRING (Data_Table[Subject], "4") &&
CONTAINSSTRING (Data_Table[Subject], "7") &&
CONTAINSSTRING (Data_Table[Subject], "2") &&
CONTAINSSTRING (Data_Table[Subject], "6") , "4 numbers found", "Other")
Thanks, I might need to reword the question.
I would it like to find rows with any 4 numbers beside eachother.