Forum Discussion
Syndicate_Admin
Administrator
4 years agoJoin 3 tables with DAX
Good morning community, again I turn to your help, if anyone can help me: You have 3 tables, the 3 tables were created from a mother table that had everything together in columns; I separated...
- 4 years ago
Syndicate_Admin you can write this two measures and it will return the fully joined table
_Ren_Rendimiento = MAX(rendimiento[Ren_Rendimiento]) _ut_Utilizacion = MAX(utilizacion[ut_Utilizacion])
Ashish_Mathur
Super User
4 years agoHi,
You said that you already have a mother table. Then why are you joining the 3 tables again into a consolidated table?
- Syndicate_Admin4 years ago
Administrator
it was joined vertically, I broke it down and I need to join it horizontally
- Ashish_Mathur4 years ago
Super User
Hi,
Try using the Pivot feature in the Query Editor.
- Syndicate_Admin4 years ago
Administrator
It does not work for me, as I indicate in problem, the tables are created in DAX, and when running the powerquery the tables are not visible