Skip to content

Instantly share code, notes, and snippets.

@cbaragao
cbaragao / DaxHexMapExample.txt
Last active October 28, 2023 14:50
DAX Hex Map Example
SVG :=
// If a color is in the dataset, make it red
VAR _selected_color = "#FF0000"
// If it is not, make it gray
VAR _not_selected_color = "#A5A5A5"
//Set up the SVG header
VAR _header = "data:image/svg+xml;utf8,<svg width=""1280"" height=""720"" xmlns=""http://www.w3.org/2000/svg"" xmlns:xlink=""http://www.w3.org/1999/xlink"" overflow=""hidden"">