Paginate Visual
DAX-Driven Pagination
Overview
Features
Prompts
Help
Key Features
Power BI has no built-in pagination — a bar chart with 50 items either scrolls, shows Top N and loses the rest, or requires a custom pagination pattern that takes 30–45 minutes to build from scratch. /paginate-visual creates the required tables, DAX measures, visual-level filter, and page-number slicer in one command. When bookmarks control the target visual's visibility, the slicer is automatically grouped and wired so it shows and hides in sync.
How it works
Type /paginate-visual, provide the visual ID, dimension, and ranking measure, and the skill builds everything:
Scans the model — detects dimension columns, ranking measures, existing pagination artifacts, and bookmark visibility states
Creates a disconnected pages table (one per visual; uses a prefixed name to keep multiple paginated visuals independent)
Creates 3 DAX measures — item rank, item filter, page filter — in the
PagesLogicdisplay folderApplies a visual-level filter on the target visual so only the current page of items shows
Adds a horizontal page-number slicer with page 1 as default; page count adapts dynamically as slicers change
When bookmarks hide the target visual, creates a group container and wires the slicer so it appears and disappears correctly
What you get
Disconnected pages table — values 1 through max pages (prefixed when multiple paginated visuals exist on the same page)
3 DAX measures — item rank, item filter, and page filter, all in the
PagesLogicdisplay folderVisual-level filter — applied to the target visual so only the current page of items shows
Page slicer — horizontal button slicer for page navigation, default-selected to page 1
Bookmark group — when the target visual is bookmark-controlled, slicer and visual are grouped so they show and hide together
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.

Apply rounded
Build
Convert standard column or bar charts to a lollipop "rounded column" style using Power BI's native error bar feature

Clone Page
Build
Clone any report page with all visuals and bookmarks
Tool Information
Skill
39 USD
Bundle (All skills)
129 USD
Category
Build
Version
Version 1.0.0.2.13
or log in if you already have an account

