Forum Discussion
BartVW
1 year agoHelper I
Table.Combine in parallel possible?
Hello colleagues To work around a constraint pulling data from our source system, I am splitting up the data pull into 3 queries that all have their date filter criteria. I then append them all i...
lbendlin
1 year agoSuper User
Query1 & Query2 & Query3 ...
If the queries are not too large you can also do it DAX UNION instead.