Active Filters Card Visual

Show Applied Selections

Build

Featured Image

Overview

Features

Prompts

Troubleshooting

Key Features

Your report has 6 slicers. A user applies filters and shares a screenshot — but which filters were active? Building a dynamic card that shows "Region: North America, Period: L3M" requires scanning every slicer, writing ISFILTERED/CONCATENATEX DAX for each one, and creating a card visual with formatting. This skill scans the page, generates the DAX, and places the card automatically.

How it works

Type /active-filters-card, select your page, and the skill builds the display:

  1. Scans all slicers on the page — identifies table, column, data type

  2. Filters out field parameters and permanent filters

  3. Generates a display measure using ISFILTERED checks and CONCATENATEX for text columns or MIN/MAX for date ranges

  4. Creates a blank measure for the card visual

  5. Places a card visual on the page with auto-positioned layout

What you get

  • Disconnected DATATABLE — with FieldName, Category, SortOrder, and CategorySort columns

  • Updated measures — CONCATENATEX pattern for clean multi-selection display

  • SWITCH dispatcher — maps selected field name to the correct measure

  • Rebuilt matrix — rows show category labels, values show the dispatcher measure

  • Category slicer — dropdown bound to the category column

Tool Information

Price

20 USD

Category

Build

Version

Version 1.0.0.2.13