Text.PadStart

Syntax

Text.PadStart(text as nullable text, count as number, optional character as nullable text) as nullable text

Description

Returns a text value padded to length count by inserting spaces at the start of the text value text. An optional character character can be used to specify the character used for padding. The default pad character is a space.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Text Functions / Text.PadStart