Forum Discussion
Anonymous
2 years agoNot applicable
How to run Parallel Power Queries and Append them?
Hi, I am creating a report which uses Kusto Query Language which makes a Direct Query to Kusto Tables. Now, I am doing summarization tasks on Telemetry Data from the last 30 days and the visuals lo...
lbendlin
2 years agoSuper User
If this were import mode instead of appending the queries in Power Query you would load them all and then UNION them in DAX. But that approach won't work for live connections (and it would incur a large storage cost).