The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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"