Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Create data model for employee rank

Hello,   I need to build a dashboard that shows the evolution of indicators at the employee level. E.g: I have an employee with three objectives: loans, accounts and deposits. The targets are mo...
  • amitchandak's avatar
    amitchandak
    4 years ago

    Anonymous , I assume you will facts - loans, accounts and deposits

    You will have common dimension - Date, Client and Account etc.

     

    The fact will not join with others. Dimension will join not with each other.

    The fact should join with one or more dimensions

     

    you need to have a star schema

    https://www.sqlshack.com/implementing-star-schemas-in-power-bi-desktop/