Forum Discussion

pp365's avatar
pp365
Regular Visitor
8 months ago
Solved

Automatically Visualising Calendar/CSV data from Power Automate in Power BI

Hello everyone,   I am hoping someone can advise me on the best solve for this; please keep in mind I am very new to Power BI (although have good experience in the rest of Power Platform).   We h...
  • lbendlin's avatar
    8 months ago

    1. You could use a PowerApp visual inside Power BI to capture the user input, write it into the data storage, and initiate a page rerender (optionally a semantic model or table refresh)

    2. Up until recently the report user would not immediately see  the results of their actions reflected back in Power BI as your data source is not accessed in Direct Query mode.  However, it seems that now a semantic model refresh also caused a re-rendering.

    3. If you go anywhere near a premium connector (say, a SQL Server data source) all of your PowerApps users will require a PowerApps Premium license.

     

    Consider using Translytical Taskflows and Fabric SQL databases instead.

  • v-echaithra's avatar
    v-echaithra
    8 months ago

    Hi pp365 ,

    If you're planning to move ahead with the Power Apps visual inside Power BI approach, that’s a solid direction for your scenario. It lets the user trigger your Flow, generate the CSV, write data into storage, and then have the report automatically re-render with the updated results all from within the same Power BI report. It’s much simpler than building a custom ingestion pipeline, and it fits your use case where the end user initiates the data retrieval themselves.
    To help you get started, Microsoft has a step-by-step guide on how to embed a Power Apps visual inside a Power BI report: Embed a new Power App in a Power BI Report. - Power BI | Microsoft Learn

    Best Regards,
    Chaithra E.