Supported data types

 

Updated: June 12, 2017


The Power BI REST API has the following supported EDM date types and restrictions:

Data typeRestrictions
Int64Int64.MaxValue and Int64.MinValue not allowed.
DoubleDouble.MaxValue and Double.MinValue values not allowed. NaN not supported.+Infinity and -Infinity not supported in some functions (e.g. Min, Max).
Boolean None
DatetimeDuring data loading we quantize values with day fractions to whole multiples of 1/300 seconds (3.33ms).
StringCurrently allows up to 128K characters.

Overview of Power BI REST API

Show: