Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Linking multiple tables for one visual

I'm trying to find the best way to do this but my limited understanding and knowledge of PowerBI is just frying my brain. I have 2 main tables:   Table 1 - Timesheet data: Employee entries with ea...
  • mickey64's avatar
    mickey64
    2 years ago

    Step 0: I use your data below. (Date: yyyy/mm/dd)

     

     

     

    Step 1: I add a 'WBS Element' column to the 'Remedy customer list' table.

        WBS Element = [Cat match]&" - "&[Order type]

     

    Step 2: I make a 'Calendar' table.

     

    Step 3: I make a 'WBS-List' table.

        WBS-List = SUMMARIZE('Timesheet data','Timesheet data'[WBS Element])

     

    Step 4: I add some relationships below.

     

    Step 5: I make some tables and some matrixs.