LOWER
テキスト文字列 all 文字を小文字に変換します。
構文
LOWER(<text>)
パラメーター
用語 | 定義 |
---|---|
text |
小文字に convert するテキスト。テキストを contains する列への参照を or します。 |
value を返す
小文字のテキスト。
備考
文字 not 文字は変更 not。 たとえば、数式 = LOWER("123ABC")
は 123abc
を返します。
例
次の数式は、[ProductCode] 列の各行を取得 and、value を小文字 all 変換します。 列の数値は影響を受 not。
= LOWER('New Products'[ProductCode])