i have a similar case like the following example and i need somebody to suggest a good practice in such case.
say that you have two cubes, the first one is a timesheet cube, where you can find how many hours an employee worked on a project in a specific date. an employee can work on many projects in a day and many employees can work on one project. some employees
do not work on projects, such as the employees under the supporting departments (like accounting, ISD, HR ...etc) they write there hours on _let's say_ "general".
The second cube is project_funder, that shows how much money a funder put in a project. a project can be funded by many funders, and a funder can provide many projects.
how can i bring the relation between the project and the funder from the second cube and use it in the first cube (timesheet cube), to find something like: employee emp1 worked 8 hours on project proj1 which was funded by funder1 and funder2 ?