Forum Discussion

jeanw's avatar
jeanw
New Member
2 years ago

how to summarize data from two fact table

I need to combine data from two fact tablee: Fact_GL Entries contains finance data by projects, Fact_timesheets contains working time per projects. 

 

I have written the following formula, but the timesheet data is always blank. 

 

 

Thanks for help!

PaulDBrown, parry2k 

1 Reply

  • jeanw In this case I will recommend creating a project dimension table which will contain project related table with some sort of project ID that you will use to set a relationship with your fact tables. Once this is done you can visualize data from the fact table for the projects, and you will not need to do any complex DAX or workarounds.