---
title: AccessControlEntry.ConditionToIdentities – แปลงเงื่อนไข ACE
url: https://www.thepexcel.com/functions/power-query/accessing-data-functions/accesscontrolentry-conditiontoidentities/
type: function-explainer
program: Power Query
syntax: accesscontrolentry_conditiontoidentities(value as any) as any
date: 2025-12-12
updated: 2025-12-17
scores:
  popularity: 2
  difficulty: 6
  usefulness: 2
---

# AccessControlEntry.ConditionToIdentities – แปลงเงื่อนไข ACE

> แปลงเงื่อนไข ACE

## คำอธิบาย

AccessControlEntry.ConditionToIdentities แปลงเงื่อนไขการควบคุมการเข้าถึงไปเป็นรายการตัวตนที่ตรงกัน

## Syntax

```excel
accesscontrolentry_conditiontoidentities(value as any) as any
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| value | Yes | any |  | ค่าที่ต้องการประมวลผล |

## ตัวอย่าง

### 1. ตัวอย่างที่ 1

```excel
accesscontrolentry_conditiontoidentities(data)
```

**ผลลัพธ์:** `ผลลัพธ์`

การใช้งานพื้นฐาน

### 2. ตัวอย่างที่ 2

```excel
accesscontrolentry_conditiontoidentities(table1)
```

**ผลลัพธ์:** `ผลลัพธ์ที่ประมวลผล`

ใช้กับตารางข้อมูล

### 3. ตัวอย่างที่ 3

```excel
let result = accesscontrolentry_conditiontoidentities(myData) in result
```

**ผลลัพธ์:** `ผลลัพธ์สุดท้าย`

ใช้ในสูตร let...in

## หมายเหตุเพิ่มเติม

⚠️ ฟังก์ชันนี้ใช้สำหรับการเชื่อมต่อและดึงข้อมูลจากแหล่งข้อมูลภายนอก

## คำถามที่พบบ่อย

**Q: ฟังก์ชันนี้ใช้สำหรับอะไร**

AccessControlEntry.ConditionToIdentities แปลงเงื่อนไขการควบคุมการเข้าถึงไปเป็นรายการตัวตนที่ตรงกัน

**Q: ข้อมูลส่งเข้าจำเป็นต้องมีรูปแบบไหน**

ข้อมูลสามารถเป็นตารางหรือรายการที่ตรงกับรูปแบบที่ต้องการ

## แหล่งข้อมูลเพิ่มเติม

- [Microsoft Learn: Power Query M](https://learn.microsoft.com/en-us/powerquery-m/accesscontrolentry-conditiontoidentities) _(documentation)_

---

_Source: [https://www.thepexcel.com/functions/power-query/accessing-data-functions/accesscontrolentry-conditiontoidentities/](https://www.thepexcel.com/functions/power-query/accessing-data-functions/accesscontrolentry-conditiontoidentities/)_
