Create Tooltip

Canvas Tooltip from Chart Data

Build

Build

create-tooltip

Overview

Features

Prompts

Help

Key Features

Your chart has 5 series with different colors, line styles, and markers — hovering shows a generic tooltip with no formatting context. Building a proper canvas tooltip means creating a series metadata table, writing multiple DAX measures for value lookup, icon mapping, color binding, and display logic, designing a tooltip page, then wiring it all to the source visual. This skill reads your chart, extracts everything, and builds the complete infrastructure in one command — run it with /create-tooltip.

How it works

Type /create-tooltip, point it to your chart visual and provide a prefix name, and the skill builds everything:

  1. Locates the target visual and reads its chart type (line, combo, column, bar, area)

  2. Extracts all measures from the value wells and tooltips field wells

  3. Reads series colors and line styles per series

  4. Maps each series to a Unicode icon based on its visual style

  5. Builds an ordered series list with colors, icons, and sort keys

  6. Creates a calculated table with series metadata

  7. Creates 5-7 DAX measures for value lookup, data presence, icon display, color binding, and display formatting

  8. Creates a canvas tooltip page with date card, data table, and separator line — auto-sized to fit the series count

  9. Wires the tooltip to the source visual

What you get

  • Calculated table — series metadata with name, color, type, and sort order columns

  • 5-7 DAX measures — value lookup, data presence, icon display, color binding, display formatting, sort key, and optionally a comment measure for tooltips-well items

  • Canvas tooltip page — auto-sized, containing a date card, a formatted data table with icon, color, series name, and value columns, and a separator line

  • Visual wiring — tooltip reference added to the source chart

Supported chart types

Chart type

Y wells

Y2 wells

Y series

Y2 series

Line chart

Yes

--

Line

--

Stacked column combo

Yes

Yes

Column

Line

Clustered column combo

Yes

Yes

Column

Line

Stacked column

Yes

--

Column

--

Clustered column

Yes

--

Column

--

Column chart

Yes

--

Column

--

Stacked bar

Yes

--

Column

--

Clustered bar

Yes

--

Column

--

Area chart

Yes

--

Line

--

Stacked area

Yes

--

Column

--

100% stacked column

Yes

--

Column

--

100% stacked bar

Yes

--

Column

--

100% stacked area

Yes

--

Column

--

All types can include a Tooltips well for additional comment/text measures displayed below a separator.

Tool Information

Skill

39 USD

Bundle (All skills)

129 USD

Category

Build

Version

Version 2.1.1.2.15

or log in if you already have an account