Supported data types
Updated: June 12, 2017
The Power BI REST API has the following supported EDM date types and restrictions:
| Data type | Restrictions |
| Int64 | Int64.MaxValue and Int64.MinValue not allowed. |
| Double | Double.MaxValue and Double.MinValue values not allowed. NaN not supported.+Infinity and -Infinity not supported in some functions (e.g. Min, Max). |
| Boolean | None |
| Datetime | During data loading we quantize values with day fractions to whole multiples of 1/300 seconds (3.33ms). |
| String | Currently allows up to 128K characters. |
Show: