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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
i need dax funtion for filter a colunm.
i making type
@Anonymous
Flip your logic around, use OR instead of AND
Invalid =
SEARCH("0000",FEEGOW[celular],,0)
+ SEARCH("1111",FEEGOW[celular],,0)
+ SEARCH("2222",FEEGOW[celular],,0)
+ SEARCH("3333",FEEGOW[celular],,0)
+ SEARCH("4444",FEEGOW[celular],,0)
+ SEARCH("5555",FEEGOW[celular],,0)
+ SEARCH("6666",FEEGOW[celular],,0)
+ SEARCH("7777",FEEGOW[celular],,0)
+ SEARCH("8888",FEEGOW[celular],,0)
+ SEARCH("9999",FEEGOW[celular],,0)
+ SEARCH("_",FEEGOW[celular],,0) > 0
|| LEN(FEEGOW[celular])<10
|| LEN(FEEGOW[celular])>15
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.