Forum Discussion
xieysie
Microsoft Employee
5 years agoTable.Combine takes forever
I want to combine four tables into one using Table.Combine({#"MDSConfig (Monitoring)", #"MDSConfig (Weve)", #"MDSConfig (Auth)", #"MDSConfig (Cafe)"}), but it never ends when refreshing data. There are only hundreds of columns in the tables to combine which comes from Kusto.
1 Reply
- lbendlin
Super User
There are only hundreds of columns in the tablesGood one. Which of these hundreds of columns do you actually need? How different is the column structure between these tables? Have you considered doing table joins instead, or combining the tables in DAX?