Forum Discussion
Power query help
see latest post
I tried with only two tables initially but its not loading and taking forever.
There is no circular dependency (A->B)
There are around 2k records
- spinfuzer2 years agoSolution Sage
Are you sure you are referring to the right columns in the join and not inadvertantly going from A --> A --> A--> A in an infinite loop instead of A --> B?
I added 500 random records and it ran just fine. Do you have a larger data sample?
- DiKi-I2 years agoPost Partisan
Hi
I checked the data the classname is different but in some cases the parent and child will be same.
For those entries I am getting many rows.
Hierarachy can be same for some records.- spinfuzer2 years agoSolution Sage
Are you saying you have something like
Parent = AA, Parent Class Name = Business Service
Child = BB, Parent Class Name = Business Service
What is your expected result there?
- spinfuzer2 years agoSolution Sage
see latest reply