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.IsNullable
Type.IsNullable
Returns true if a type is a nullable type; otherwise, false.
function (
type
as type) as logical
Description
Returns
true
if a type is a
nullable
type; otherwise,
false
.
Category
Type
Examples
Determine if
number
is nullable.
1
Type.IsNullable(type number)
Copied!
false
Determine if
type nullable number
is nullable.
1
Type.IsNullable(type nullable number)
Copied!
true
Previous
Type.Is
Next
Type.IsOpenRecord
Last modified
3yr ago
Copy link
Contents
Type.IsNullable
Description
Category
Examples