Paginate Visual

DAX-Driven Pagination

Build

Featured Image

Overview

Features

Prompts

Troubleshooting

Key Features

Your bar chart shows 50 items but only 10 fit on screen. Power BI has no built-in pagination — you either accept a scroll bar, use Top N and lose the rest, or build a RANKX/page-filter pattern from scratch. This skill creates the disconnected pages table, rank and filter measures, visual-level filter, and page-number slicer in one command.

How it works

Type /paginate-visual, provide the visual ID, dimension, and ranking measure, and the skill builds everything:

  1. Creates a disconnected # Pages table (reuses existing one if present)

  2. Creates 3 DAX measures — item rank, item filter, page filter

  3. Applies a visual-level filter on the target visual

  4. Adds a horizontal page-number slicer with page 1 as default

  5. Handles multi-column visuals, exclusions, and custom page sizes

What you get

  • Disconnected pages table# Pages with values 1 through max pages

  • 3 DAX measures{Prefix} Item Rank, {Prefix} Item Filter, {Prefix} Page Filter

  • Visual-level filter — applied to the target visual so only the current page of items shows

  • Page slicer — horizontal button slicer for page navigation

Tool Information

Price

20 USD

Category

Build

Version

Version 1.0.0.2.13