Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _mydocs/visuals/synoptic-panel/features/dynamic-colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Dynamic colors usually require two steps:
1. [Prepare](#prepare-the-formatting-field) (or reuse) the field that identifies the value or color to use for each area.
2. [Assign](#assign-dynamic-colors) that field to the area color by using Power BI conditional formatting or OKVIZ Color Rules.

> **If you already have a measure** or a visual calculation that returns the value used for formatting, you can **skip Step 1 and go directly to [Assign Dynamic Colors](#assign-dynamic-colors)**.
> **If you already have a measure** or a visual calculation that returns the value used for formatting, you can **skip Step 1 and go directly to [Assign Dynamic Colors](#assign-dynamic-colors)**.
>
Comment on lines +17 to +18
> [<video src="images/conditional-formatting.mp4" width="220" autoplay loop muted></video> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<video src="images/color-rules.mp4" width="200" autoplay loop muted></video>](#assign-dynamic-colors)

## Prepare the Formatting Field

Expand Down