Forum Discussion

SlicerSamurai's avatar
SlicerSamurai
New Member
1 year ago
Solved

Faster Way to Send Customized Paginated Reports as Excel with RLS for ~50 Users

Hi Community, I need to send customized paginated reports as Excel (filename containing the Manager’s name) using Row-Level Security to about 45–50 Regional Managers on a recurring basis. I’ve succ...
  • SlicerSamurai's avatar
    SlicerSamurai
    1 year ago

    Thanks v-ssriganesh,really appreciate your input!

    On the suggestion to chunk recipients and run parallel Power Automate flows:
    We actually explored this, but it quickly became more overhead than value. These are lightweight paginated reports, filtered per Regional Manager using RLS, and they render quickly in the Power BI Service, running multiple parallel flows still hits throttling.

    Key limitation (per Microsoft doc):
    “Only one export job per report is allowed at a time per workspace per user.”

    So:

    • Running parallel flows from the same workspace/service principal still triggers throttling.

    • Staggering start times doesn’t reliably avoid it.

    • Using multiple service principals or duplicating workspaces just to work around throttling feels overly complex for what we’re trying to do — sending 45 filtered reports weekly.

    I'm hoping for a simpler, scalable approach that doesn’t require Premium Capacity or multi-principal orchestration, and can bring the total runtime below an hour.