LOWER

適用於:導出數據行計算數據表Measure視覺計算

將文字字串中的 all 字母轉換成小寫。

語法

LOWER(<text>)  

參數

術語 定義
text 您想要 convert 成小寫的文字,orcontains 文字之數據行的參考。

傳回 value

小寫中的文字。

言論

not 字母的字元 not 變更。 例如,= LOWER("123ABC") 公式會傳回 123abc

下列公式會取得數據行 [ProductCode] 中的每個數據列,and 會將 value 轉換成小寫 all。 數據行中的數位 not 受到影響。

= LOWER('New Products'[ProductCode])  

文字函式