$npx skillfedfor your agent

Power BI Filters

Control which data appears on your Power BI report pages and visuals by adding categorical, TopN, and relative date filters through pbi-cli commands. Filters are stored directly in your report's configuration without requiring Power BI Desktop, and you can batch changes to minimize reloads.

Power BI Filters lets you add, remove, and manage page and visual-level filters on PBIR reports via pbi-cli.

AI-generated summary based on this skill's SKILL.md

424 111 MITupdated by MinaSaad1

Decision gist · record as of 2026-07-27

Power BI Filters lets you add, remove, and manage page and visual-level filters on PBIR reports via pbi-cli. Control which data appears on your Power BI report pages and visuals by adding categorical, TopN, and relative date filters through pbi-cli commands. Filters are stored directly in your report's configuration without requiring Power BI Desktop, and you can batch changes to minimize reloads.

manual: git clone https://github.com/MinaSaad1/pbi-cli → cp -r pbi-cli/src/pbi_cli/skills/power-bi-filters ~/.claude/skills/power-bi-filters
src/pbi_cli/skills/power-bi-filters/SKILL.md · version e06c1276

Use it when

  • Yes.
  • Power BI Filters includes relative date filtering capabilities for rolling time windows.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

MinaSaad1/pbi-cli/power-bi-filters · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I add filters to Power BI reports using Power BI Filters?

Power BI Filters lets you add categorical, TopN, and relative date filters directly to your report pages and visuals through pbi-cli commands. Filters are stored in your report's configuration without requiring Power BI Desktop, so you can manage them programmatically and apply changes efficiently.

Can Power BI Filters help me filter top 10 products by a specific measure?

Yes. Power BI Filters supports TopN filtering, allowing you to rank and display only the top or bottom N items by any measure. For example, you can filter to show your top 10 products by revenue or bottom 5 by cost, helping you focus on the most relevant data.

How do I set up a power bi relative date filter for rolling time windows?

Power BI Filters includes relative date filtering capabilities for rolling time windows. You can configure filters for periods like the last 30 days, last 7 days, or other rolling intervals, making it easy to maintain dynamic date-based views without manual updates.

What's the best way to exclude values from a Power BI visual?

Power BI Filters lets you exclude specific values through categorical filtering. You can restrict data in any visual by removing unwanted categories or regions, ensuring only the data you need appears in your reports.

Can I batch apply multiple filters efficiently in Power BI Filters?

Yes. Power BI Filters supports batch application of multiple filters with sync control, allowing you to apply several filter changes at once and minimize report reloads. This is especially useful when managing complex filter configurations across multiple visuals.

How do I clear or remove filters from my Power BI report?

Power BI Filters provides commands to remove or clear filters from your reports. You can delete specific filters or clear all filters from a page, giving you full control over your report's filtering state at any time.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Power BI Filters Skill

Add and manage filters on PBIR report pages and visuals. Filters are stored in the filterConfig section of page.json (page-level) or visual.json (visual-level). No Power BI Desktop connection is needed.

Listing Filters

# List all filters on a page
pbi filters list --page page_abc123

# List filters on a specific visual
pbi filters list --page page_abc123 --visual visual_def456

Returns each filter's name, type, field, and scope (page or visual).

Categorical Filters

Include or exclude specific values from a column:

```bash

Include only East and West regions

pbi filters add-categorical --page page1 \ --table Sales --column

(truncated - see the full file via the links below)

File tree — 1 file
src/pbi_cli/skills/power-bi-filters/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Add and configure filters on Power BI report pages and visuals”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

power-bi-filters
by julianobarbosa · julianobarbosa/claude-code-skills

Power BI Filters lets you add, remove, and manage filters at the page and visual level on PBIR reports without needing Power BI Desktop. Use categorical filters to include or exclude values, TopN filters to show top or bottom ranked items, and relative date filters for rolling time windows. Batch multiple filter changes with --no-sync for efficiency.

MITupdated Jul 2026
★ 5repo stars
Power BI Visuals
by MinaSaad1 · MinaSaad1/pbi-cli

Power BI Visuals enables you to create, bind, and manage 32+ visual types on PBIR report pages directly via pbi-cli, without needing Power BI Desktop. Supported visuals include bar charts, line charts, scatter plots, matrices, KPIs, gauges, and more, each configurable with custom positioning, sizing, and data binding. Bulk operations let you apply changes across multiple visuals at once by type or name pattern.

MITupdated Jul 2026
★ 424repo stars
Power BI Pages
by MinaSaad1 · MinaSaad1/pbi-cli

Manage pages and bookmarks in Power BI reports through command-line operations. Add or delete pages with custom dimensions, control visibility, set backgrounds, and organize page order—all without opening Power BI Desktop. Bookmarks capture page-level state for quick navigation.

MITupdated Jul 2026
★ 424repo stars
Power BI Report
by MinaSaad1 · MinaSaad1/pbi-cli

Power BI Report lets you build PBIR projects from the ground up using pbi-cli, handling scaffolding, validation, live preview, and Desktop sync. Work with the folder-based JSON structure directly—no Desktop connection required for most tasks.

MITupdated Jul 2026
★ 424repo stars
Power BI Themes
by MinaSaad1 · MinaSaad1/pbi-cli

Manage report-wide themes and per-visual conditional formatting without needing Power BI Desktop. Apply JSON theme files to set colors, fonts, and visual defaults across your entire report, preview changes before committing, and apply data-driven formatting rules to individual visuals using gradient, rule-based, or measure-driven approaches.

MITupdated Jul 2026
★ 424repo stars
Power BI DAX
by MinaSaad1 · MinaSaad1/pbi-cli

Power BI DAX lets you run, test, and refine DAX expressions directly against your semantic models via pbi-cli. Build measures, explore model structure, and validate queries with built-in performance guidance for aggregations, time intelligence, and filtering.

MITupdated Jul 2026
★ 424repo stars

More skills power-bi-pages (MIT) · power-bi-visuals (MIT) · power-bi-report (MIT)

Tags
data-restrictionreport-filteringdimension-rankingtemporal-windowsfilter-scopecli-automationfilter-batchingmeasure-based-ranking