Power Query
Search…
published
Introduction
Accessing Data
Action
Binary
Binary Formats
Combiner
Comparer
Cube
Date
Date Time
Date Time Zone
Diagnostics
Duration
Error
Expression
Function
Lines
List
Logical
Metadata
Number
Record
Replacer
Splitter
Table
Text
Time
Type
Function.IsDataSource
Type.AddTableKey
Type.ClosedRecord
Type.Facets
Type.ForFunction
Type.ForRecord
Type.FunctionParameters
Type.FunctionRequiredParameters
Type.FunctionReturn
Type.Is
Type.IsNullable
Type.IsOpenRecord
Type.ListItem
Type.NonNullable
Type.OpenRecord
Type.RecordFields
Type.ReplaceFacets
Type.ReplaceTableKeys
Type.TableColumn
Type.TableKeys
Type.TableRow
Type.TableSchema
Type.Union
Uri
Values
Powered By GitBook
Type.NonNullable

Type.NonNullable

Returns the non nullable type from a type.
function (type as type) as type

Description

Returns the non nullable type from the type.

Category

Type

Examples

Return the non nullable type of type nullable number.
1
Type.NonNullable(type nullable number)
Copied!
type number
Previous
Type.ListItem
Next
Type.OpenRecord
Last modified 3yr ago
Copy link
Contents
Type.NonNullable
Description
Category
Examples