PowerBIDataSourceVersion Enum

Definition

DataSource format version in Power BI Service.

public enum PowerBIDataSourceVersion
type PowerBIDataSourceVersion = 
Public Enum PowerBIDataSourceVersion
Inheritance
PowerBIDataSourceVersion

Fields

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.

Applies to