Enum PowerBIDataSourceVersion
DataSource format version in Power BI Service.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum PowerBIDataSourceVersion
Remarks
This enum is only supported when the compatibility level of the database is at 1450 or above.
Fields
Name | Description |
---|---|
PowerBI_V1 | Power BI V1 Data Sources store the M expressions directly inside the connection strings. |
PowerBI_V2 | Power BI V2 Data Sources use shared M Expressions. |
PowerBI_V3 | Power BI V3 Data Sources support basic partition management operations. |