Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
10 months ago
Solved

Download visuals in local machine

Hi Team,   As the business requested one download button in power bi, There are 4 visuals as using table chart in Power BI, and the requirement is one single click button can down all 4 visual dat...
  • FarhanJeelani's avatar
    10 months ago

    Hi Anonymous ,

    There isn’t a built-in “one-click export all visuals to separate tabs in a local file” button in Power BI. Exporting data from visuals is typically done per-visual or via Power Automate, and exporting directly to the user’s local machine from a report isn’t supported due to security sandboxing.

     

    Practical options you can propose:

    Use Power Automate (flow) with a button in Power BI:

    Trigger a flow from a Power BI button.
    Flow exports data from each visual (or the underlying datasets) to a single Excel file with multiple tabs, then saves to a location accessible to the user (e.g., OneDrive/SharePoint) or emails the file.
    Note: Flow runs on the Power BI service and can’t write directly to the user’s local machine; deliver via OneDrive/Email instead.


    If you must stay in Power BI Desktop/Service:

    Create a button that triggers a Power Automate flow (as above) or use the Power BI export options per visual, and clearly document that exports go to OneDrive/SharePoint or email.
    Consider a paginated report with a subscription/export flow if that fits your scenario.


    Key limitations to communicate:

    Direct multi-visual, single-click local download with separate tabs isn’t supported due to security and architecture of Power BI.
    Export actions can be automated but typically land in cloud storage or are emailed, not saved directly to the user’s C: drive.

     

    Please mark this post as solution if it helps you. Appreciate Kudos.