Skip to content

Commit b250678

Browse files
responding to review
1 parent 1f549ab commit b250678

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

query-languages/dax/best-practices/dax-unicode-character-behavior.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ author: jterh
55
ms.author: jterh
66
ms.topic: article
77
ms.date: 01/05/2026
8+
ms.service: powerbi
9+
ms.subservice: dax
810
---
911

1012
# Chinese coded character set (GB18030-2022) support
@@ -65,7 +67,7 @@ Here’s a before and after comparison of the result of StringLength on a column
6567

6668
|`UnicodeCharacterBehavior = CodeUnits` (default)|`UnicodeCharacterBehavior = CodePoints`|
6769
|---|---|
68-
|:::image type="content" source="media/dax-unicode-character-behavior/unicodecharacterbehavior-codeunits.png" alt-text="Screenshot of a table showing Column 1 and StringLength. StringLength values are 1, 3 and 4" lightbox="media/dax-unicode-character-behavior/unicodecharacterbehavior-codeunits.png":::|:::image type="content" source="media/dax-unicode-character-behavior/unicodecharacterbehavior-codepoints.png" alt-text="Screenshot of a table showing Column 1 and StringLength. StringLength values are 1, 2 and 2." lightbox="media/dax-unicode-character-behavior/unicodecharacterbehavior-codepoints.png":::|
70+
|:::image type="content" source="media/dax-unicode-character-behavior/unicodecharacterbehavior-codeunits.png" alt-text="Screenshot of a table showing Column 1 and StringLength. StringLength values are 1, 3 and 4." lightbox="media/dax-unicode-character-behavior/unicodecharacterbehavior-codeunits.png":::|:::image type="content" source="media/dax-unicode-character-behavior/unicodecharacterbehavior-codepoints.png" alt-text="Screenshot of a table showing Column 1 and StringLength. StringLength values are 1, 2 and 2." lightbox="media/dax-unicode-character-behavior/unicodecharacterbehavior-codepoints.png":::|
6971

7072
Notice how on the left each Unicode character has length 2, where on the right, each Unicode character has length 1.
7173

query-languages/dax/best-practices/dax-user-defined-functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ author: hsteffens30
55
ms.author: jterh
66
ms.topic: article
77
ms.date: 09/15/2025
8+
ms.service: powerbi
9+
ms.subservice: dax
810
---
911

1012
# DAX user-defined functions (preview)
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
This function returns different results depending on on [the UnicodeCharacterBehavior setting of your model](../best-practices/dax-unicode-character-behavior.md).
1+
---
2+
author: jterh
3+
ms.author: jterh
4+
ms.topic: article
5+
ms.date: 01/05/2026
6+
ms.service: powerbi
7+
ms.subservice: dax
8+
---
9+
This function returns different results depending on [the UnicodeCharacterBehavior setting of your model](../best-practices/dax-unicode-character-behavior.md).

query-languages/dax/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ items:
2727
href: best-practices/dax-avoid-avoid-filter-as-filter-argument.md
2828
- name: "Column and measure references"
2929
href: best-practices/dax-column-measure-references.md
30+
- name: "Configure Chinese coded character set (GB18030-2022) support"
31+
href: best-practices/dax-unicode-character-behavior.md
3032
- name: "DIVIDE function vs divide operator (/)"
3133
href: best-practices/dax-divide-function-operator.md
3234
- name: "Use SELECTEDVALUE instead of VALUES"

0 commit comments

Comments
 (0)