Forum Discussion
POSPOS
1 year agoPost Partisan
Exporting Power BI Table visual as CSV to SharePoint Folder using Power Automate only gets 500 rows
Hi All, I have a requirement to export one of the table in Power BI report as a CSV and upload into SharePoint folder. I have created the below flow, but the csv file only brings in 500 rows whereas...
christinepayton
1 year agoMost Valuable Professional
How many columns are you querying? The limit on the "run a query against a dataset" is 1million values, with values = rows x columns. If you have a lot of columns, I would reduce the number. But also try running a length() expressionon the "run a query" output in a compose action to see how many rows the output has for that action specifically - that will tell you if you if the issue is that step or another step.
POSPOS
1 year agoPost Partisan
christinepayton - The output has 21 columns in total and currently we have 46398 rows in Power BI.