Hi,
I'm not sure if my question could solve my problem. I'm practicing OBIEE using Oracle HR data. I have a error as below. I realized that it automatically sets the key for the join between Table Department and the fact Table Employee. and I can't modify the keys as I do In the physical diagram.
ERRORS:
Business Model Sample HR:
[nQSError: 15011] The dimension table source D1 Departments.LTS2 Locations has an aggregate content specification that specifies the level Departments Detail. But the source mapping contains column Location Id with a functional dependency association on a more detailed level [D1 Departments.Location Id].
[nQSError: 15001] Could not load navigation space for subject area Sample HR.
After I saw below error, I found that it automatically uses location_id as the primary key in BMM but I think it should be department_id. That's why I it's maybe I need to change the logical table key to department_id but I don't know how to chang it. I appreciate your help! Please let me know if you have any questions.
Here is the my BMM:

Thanks,
Yuan