---
title: Number.BitwiseOr – Number Bitwiseor
url: https://www.thepexcel.com/functions/power-query/number-functions/number-bitwiseor/
type: function-explainer
program: Power Query
syntax: number.bitwiseor(value as any) as any
date: 2025-12-12
updated: 2025-12-17
scores:
  popularity: 5
  difficulty: 3
  usefulness: 5
---

# Number.BitwiseOr – Number Bitwiseor

> Number Bitwiseor

## คำอธิบาย

Number.BitwiseOr ประมวลผลข้อมูลและคืนค่าผลลัพธ์ ใช้สำหรับการจัดการข้อมูล การแปลงข้อมูล และการวิเคราะห์

## Syntax

```excel
number.bitwiseor(value as any) as any
```

## Arguments

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

## ตัวอย่าง

### 1. ตัวอย่างที่ 1: ใช้งานพื้นฐาน

```excel
number.bitwiseor({1, 2, 3})
```

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

สูตรนี้ใช้ฟังก์ชันกับรายการอย่างง่าย

### 2. ตัวอย่างที่ 2: ใช้กับข้อมูลจริง

```excel
number.bitwiseor(SourceData)
```

**ผลลัพธ์:** `ผลลัพธ์จากข้อมูล`

สูตรนี้ใช้ฟังก์ชันกับข้อมูลจากแหล่งข้อมูล

### 3. ตัวอย่างที่ 3: ใช้ในสูตรที่ซับซ้อน

```excel
let Data = {number_bitwiseor} in number.bitwiseor(Data)
```

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

สูตรนี้ใช้ฟังก์ชันภายในโครงสร้าง let-in

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

⚠️ ฟังก์ชัน Number.BitwiseOr ใช้สำหรับการประมวลผลข้อมูล

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

**Q: ฟังก์ชัน Number.BitwiseOr ใช้ทำไม**

ใช้สำหรับการประมวลผลข้อมูล การแปลงข้อมูล และการวิเคราะห์

**Q: สามารถใช้กับประเภทข้อมูลต่างๆ ได้หรือไม่**

ได้ ฟังก์ชันนี้ยืดหยุ่นและสามารถใช้กับประเภทข้อมูลต่างๆ

## ฟังก์ชันที่เกี่ยวข้อง

- [List.Select – เลือกสมาชิกจาก List ตามเงื่อนไข](https://www.thepexcel.com/functions/power-query/list-functions/list-select/)
- [List.Transform – แปลงค่าในลิสต์แต่ละตัว](https://www.thepexcel.com/functions/power-query/list-functions/list-transform/)

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

- [Microsoft Learn: Number.BitwiseOr](https://learn.microsoft.com/en-us/powerquery-m/number-bitwiseor) _(documentation)_

---

_Source: [https://www.thepexcel.com/functions/power-query/number-functions/number-bitwiseor/](https://www.thepexcel.com/functions/power-query/number-functions/number-bitwiseor/)_
