PowerBIDataSourceVersion Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DataSource format version in Power BI Service.
public enum PowerBIDataSourceVersion
type PowerBIDataSourceVersion =
Public Enum PowerBIDataSourceVersion
- Inheritance
-
PowerBIDataSourceVersion
Fields
Name | Value | Description |
---|---|---|
PowerBI_V1 | 0 | Power BI V1 Data Sources store the M expressions directly inside the connection strings. |
PowerBI_V2 | 1 | Power BI V2 Data Sources use shared M Expressions. |
PowerBI_V3 | 2 | Power BI V3 Data Sources support basic partition management operations. |
Remarks
This enum is only supported when the compatibility level of the database is at 1450 or above.