Clone Page
Full Page Duplication with Bookmarks
Build
Overview
Features
Prompts
Troubleshooting
Key Features
Clone a report page with all visuals, bookmark navigators, interactions, and drillthrough bindings into a fully independent copy.
Copying a Power BI page in Desktop gives you the visuals, but bookmark navigators break, visual interactions don't transfer, drillthrough bindings collide, and button-bookmark references point to the original page's bookmarks. Fixing it means regenerating IDs across dozens of files and remapping every cross-reference by hand. This skill clones the entire page — visuals, bookmark groups, navigator bindings, interactions, drillthrough — with all IDs regenerated and cross-references updated in one command.
How it works
Type /clone-page, select the source page, and the skill creates a complete independent copy:
Discovers all bookmark navigators and button-bookmark references on the page
Builds a complete ID mapping — page, visuals, bookmark groups, and individual bookmarks
Clones page.json with remapped interactions and unique drillthrough pageBinding
Clones all visuals with new IDs and remapped parent group references
Clones all bookmarks using global text replacement to catch deeply nested visual ID references
Registers new bookmark groups in bookmarks.json with a clone suffix on group names
Inserts the new page into pages.json right after the source page
What you get
Cloned page folder — complete page with all visuals, each with a new unique ID
Cloned bookmark groups — new groups registered in bookmarks.json with "(Clone)" suffix for identification
Cloned bookmark files — every bookmark remapped to reference the new page and visual IDs
Remapped interactions — all visual interactions point to the cloned visuals, not the originals
Remapped drillthrough — unique pageBinding IDs so Power BI doesn't reject the report
Remapped page-level filters — new filter names consistent with drillthrough bindings
The original page is never modified. Tooltip pages are shared (not cloned) because they're report-wide resources. The semantic model is unchanged.
Explore more in this category

Absolute / Percentage Toggle
Build
Add a two-button tile slicer to any chart that switches between absolute values and a percentage variant, with a dynamic format string and auto-derived chart title.

Active Filters Card Visual
Build
Generate a card visual that dynamically displays all currently active slicer and filter selections.

Convert to Trendline
Build
Add formatted data labels, markers, area shading, and a canvas tooltip to line chart visuals.

Create Tooltip
Build

