Forum Discussion

Shubham_rai955's avatar
Shubham_rai955
Super User
6 months ago
Solved

Email functionality in Power BI Reports

We want to have a button on the power bi report page, which upon clicking will generate an email draft which includes the filtered table according to current filter setup.   PBI provides a similar ...
  • v-nmadadi-msft's avatar
    v-nmadadi-msft
    6 months ago

    Hi Shubham_rai955 ,

    If the requirement is to email the full, untruncated table based on the current filter context, a better approach would be to use Power BI Paginated Reports (Report Builder) instead of relying on exporting visuals from an interactive report. Paginated Reports are specifically designed for pixel-perfect, tabular outputs and support exporting complete datasets to formats such as CSV, Excel, or PDF without the row or layout limitations seen in standard Power BI visuals. You can pass filter values as parameters, export the report by attach the resulting file to an email, ensuring all filtered rows are included. This approach is more reliable for operational or data-heavy reporting scenarios and avoids the truncation issues you’re currently encountering.

    Please go through the referred article:
    Email subscriptions for reports and dashboards in the Power BI service - Power BI | Microsoft Learn

     

    Export paginated reports with Power Automate - Power BI | Microsoft Learn


    I hope this information helps. Please do let us know if you have any further queries.
    Thank you