Skip to content

Commit 9dd600a

Browse files
review
1 parent 1fb61df commit 9dd600a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Power BI can be configured to respect GB18030‑2022 encoding using the `Unicode
4646

4747
After executing this XMLA command, perform a full refresh of your model.
4848

49-
# Example
49+
## Example
5050

5151
Adding GB18030‑2022 support in Power BI isn’t just a technical tweak; it’s a compliance safeguard and a way to ensure your reports remain globally accessible. With the above XMLA command, you can align your semantic models with modern encoding standards and avoid downstream issues in multilingual environments.
5252

@@ -67,7 +67,7 @@ Here’s a before and after comparison of the result of StringLength on a column
6767

6868
|`UnicodeCharacterBehavior = CodeUnits` (default)|`UnicodeCharacterBehavior = CodePoints`|
6969
|---|---|
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":::|
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":::|
7171

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This function returns different results depending on on [the UnicodeCharacterBehavior setting of your model](best-practices/dax-unicode-character-behavior.md).
1+
This function returns different results depending on on [the UnicodeCharacterBehavior setting of your model](../best-practices/dax-unicode-character-behavior.md).

0 commit comments

Comments
 (0)