Enum PowerBIDataSourceVersion
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
DataSource format version in Power BI Service.
public enum PowerBIDataSourceVersion
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. This value is only supported when the compatibility level of the database is at 1465 or above. |
Remarks
This enum is only supported when the compatibility level of the database is at 1450 or above.