JDBC Driver for Microsoft Power BI XMLA

Build 25.0.9434

IncludeJoinColumns

Enable this property to add extra join columns to each table. These columns reference foreign keys for use in ON conditions when performing joins.

Data Type

bool

Default Value

false

Remarks

Set IncludeJoinColumns to true if your tool requires ON conditions or generates them automatically based on foreign key references. When enabled, the driver adds foreign key references to every table, even though these columns do not return any data. Their sole purpose is to provide references for ON conditions in join operations.

In Microsoft Power BI XMLA, dimensions and measures within tables are naturally related, so ON conditions are optional. The CData JDBC Driver for Microsoft Power BI XMLA supports joins without requiring these conditions.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434