Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can parent-child dimensions be supported like SSAS #19

Open
PenneyHuang opened this issue Apr 17, 2023 · 0 comments
Open

Can parent-child dimensions be supported like SSAS #19

PenneyHuang opened this issue Apr 17, 2023 · 0 comments
Labels
Feature Request Want a new feature to be developed

Comments

@PenneyHuang
Copy link

The difference between the parent-child dimension and other dimensions is that the data in the dimension is recursively hierarchical. The data in the DimEmployee table in the Adventureworksdw library (hierarchical relationship between superiors and subordinates) is a recursive relationship. The primary key in the table is the EmployeeKey column, which corresponds to the ID of each employee. The ID of the employee's superior is saved in the ParentEmployeeKey column. That is to say, the ParentEmployeeKey and EmployeeKey columns are foreign key relationships

@PenneyHuang PenneyHuang added the Feature Request Want a new feature to be developed label Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Want a new feature to be developed
Projects
None yet
Development

No branches or pull requests

1 participant