Percentage.From is a Power Query M function that converts a given value to a percentage. The function returns the percentage value as a number, considering an optional culture.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Percentage.From(
value as any,
optional culture as nullable text,
) as nullable number
Argument | Attribute | Description |
---|---|---|
value | ||
culture | optional | The culture argument enables the specification of a Culture code (e.g., “nl-NL” or “en-US”) to align transformations with local formatting conventions. If this argument is omitted, functions default to Culture.Current, which reflects the system’s regional settings. |