Skip to content
Recued
Menu
← Back to recipes

Power BI workspace operations digest

by recued-core v1

Scheduled read-only Power BI workspace digest. It reads one workspace, its users, reports, dashboards, and datasets through recued-core.powerbi, renders compact tables, and optionally sends an in-app nudge when content is visible. It never imports, exports, clones, refreshes, mutates permissions, changes gateway credentials, updates parameters or schedules, generates embed tokens, runs arbitrary queries, or calls admin APIs.

How it works 25 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (25 steps)
group_id trim
Trim whitespace from setting group id
workspace ?
reports_raw ?
dashboards_raw ?
datasets_raw ?
users_raw ?
reports default
Apply default
dashboards default
Apply default
datasets default
Apply default
users default
Apply default
report_count count
Count items in reports
dashboard_count count
Count items in dashboards
dataset_count count
Count items in datasets
user_count count
Count items in users
has_content compare
Check if dataset count is greater than 0
notify_enabled compare
Check if setting notify when content equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
report_rows slice
Take a subset of
dataset_rows slice
Take a subset of
user_rows slice
Take a subset of
report_table to_table
Format results as a data table
dataset_table to_table
Format results as a data table
user_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 8 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

powerbi setting =
channels setting = in_app
end hour setting = 10
group id setting =
weekdays setting = 1,2,3,4,5
row limit setting = 20
start hour setting = 8
notify when content setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Powerbi connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

powerbi powerbianalyticsbusiness-intelligenceworkspacesreportsdashboardsdatasetsdigestnotificationpack:powerbi

Details

25 steps 8 configurable settings recipe_id: powerbi-workspace-operations-digest