CONTAINSSTRING ใช้สำหรับการวิเคราะห์ข้อมูล DAX
=CONTAINSSTRING(value) as value
=CONTAINSSTRING(value) as value
| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
| value | any | Yes | ค่าที่ต้องการ |
Has Keyword = CONTAINSSTRING( Products[Description], "organic" )Has Keyword = CONTAINSSTRING( Products[Description], "organic" )
TRUE หรือ FALSE
Is Promotion Request = CONTAINSSTRING( Feedback[Comment], "discount" )Is Promotion Request = CONTAINSSTRING( Feedback[Comment], "discount" )
TRUE หรือ FALSE
Promo Requests Sales = CALCULATE( [Total Sales], CONTAINSSTRING( Feedback[Comment], "discount" ) )Promo Requests Sales =
CALCULATE(
[Total Sales],
CONTAINSSTRING( Feedback[Comment], "discount" )
)
ยอดขายจากลูกค้าที่เคยพูดถึงส่วนลด
CONTAINSSTRING ใช้สำหรับการวิเคราะห์
ส่งค่าหรือคอลัมน์ข้อมูล
CONTAINSSTRING