Forum Discussion

PowerAutomater's avatar
1 year ago
Solved

How to export an Excel file (not CSV) via Power Automate button?

I have a power automate button/visualiser in Power BI which triggers the following flow: This works fine except I have hit the CSV row limit, and for some reason I can only get 15000 row...
  • lbendlin's avatar
    1 year ago

    The limit is elsewhere - the size of the Base64 encoded string.

     

    You can create the Excel file and table directly and then you can use the Graph API to batch upload rows into the table. 

     

     

     

     

     

    Note that your flow action seems to be decoupled from your Power BI user experience. Make sure you include the expected filters in your DAX queries.