Help with Nested.Join #1316
jabanks2
started this conversation in
Data Modeling
Replies: 1 comment 4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm modeling a report with TB3 and moving it to SSAS. When I create Tables in TB3 using power query from PBI. The Nested.Joins are not working as expected.
Here is the code from Power Query:
#"Merged DivGroupMgr" = Table.NestedJoin(#"Added Location Type", {"DivisionGroupManager"}, Employees, {"D_Employeesid"}, "Dim_Employees", JoinKind.LeftOuter),
Once copied to TB3 model... I get an error when I try to refresh data.
THE JSON DDL request failed with the following error: Failed to save modifications to the server. Error returned: 'Expression in partition 'Branches' in table 'Branches' references unknown variable or function 'Employees'.'..
I tried creating Relationships between the 2 tables and that didn't solve my issue.
I searched the web and found no answers. Any help would be greatly appreciated.
Thanks.
All reactions