Forum Discussion
Anonymous
3 years agoNot applicable
Power Automate Run Query Against Dataset Erroneous Csv exports
Hi has anyone faced erroneous outputs when using the "Run a query against a dataset" connector? I am trying to split a table into multiple csv based on a column 'scenario', using the following flow b...
lbendlin
Super User
3 years agonot all the exported csv returned the same number of columns nor were the columns ordered correctly for some
This may be caused by dataset refreshes completing in between your queries, or if your data source is in Direct Query mode.
The DAX query does not guarantee any sort order unless you explicitly ask for it (at an additional cost).