PowerQueryExtensions/src/Value at master · Hugoberry/PowerQueryExtensions · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

Value Module

Value.TypeText

Value.ToText

Returns a string representation of a value, which works even on containers, unlike the built-in Text.From()

Value.TypeToText

Returns a simple string representation of a value's type, which allows easy filtering, unlike the built-in Value.Type()

Value.WaitFor

Retry mechanism for function call