Forum Discussion
pedroccamaraDBI
Post Partisan
6 years agoRELATED or RELATEDTABLE?
Hey guys, I hope you can help me on this 1. I have 3 tables, main project, with project number, name, date and so on, Expenses table, with expenses type, value, date, etc and Time table, with tasks...
- 6 years ago
pedroccamaraDBI , In two table models you should able to work with common dimensions. But you plan to use summarize to create a table in Dax , better to do in power Query
amitchandak
Super User
6 years agopedroccamaraDBI ,Can you share sample data and sample output in table format?
prefer to use merge in power query
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
pedroccamaraDBI
Post Partisan
6 years agoYes amitchandak i did it with merge first, and it works, but somehow, i think it would be faster, cleaner and simple with a virtual table, in this case 2 tables.
Here's the visual
- amitchandak6 years ago
Super User
pedroccamaraDBI , In two table models you should able to work with common dimensions. But you plan to use summarize to create a table in Dax , better to do in power Query
- pedroccamaraDBI6 years ago
Post Partisan
Thanks a lot amitchandak