The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
How to disable automatic detection of relationships between tables when the data load?
Solved! Go to Solution.
File->Options->Current File->Data Load->Relationships
Turn off "Autodetect new relationship after data is loaded"
Is your datasource a relational database? In the option record you can specify [CreateNavigationProperties = false]
Something like this: Sql.Database(server, database, [CreateNavigationProperties = false])
File->Options->Current File->Data Load->Relationships
Turn off "Autodetect new relationship after data is loaded"