auto table join

Vineet S 185 Reputation points
2024-05-01T16:46:21.4433333+00:00

Hi Team,

once we pull the 2 table to synapse... is there any way it will automatically joined with primary and foreign keys like we see in power BI

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,460 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Harishga 4,160 Reputation points Microsoft Vendor
    2024-05-02T10:47:44.59+00:00

    @Vineet S
    Unfortunately, there is no automatic join feature in Azure Synapse Analytics that automatically joins tables based on primary and foreign keys like in Power BI.

    In Azure Synapse Analytics, you need to explicitly define the join condition using the JOIN statement in T-SQL. You can use the primary and foreign keys to define the join condition, but you need to specify it in the query.

    0 comments No comments