Forum Discussion
Anonymous
6 years agoNot applicable
Create Table with rows from different tables
Hello! I'm new in Power BI nad I need help to create a table that simply yoin rows from other 4 tables. The struture of all tables is the same (ID, Date, Value, Type). Is it possible? Thank...
- 6 years ago
Anonymous
You can use union to join rows
jointable = UNION(Sheet17,Sheet18)
ryan_mayu
6 years agoSuper User
Anonymous
You can use union to join rows
jointable = UNION(Sheet17,Sheet18)