Created
March 18, 2021 23:19
-
-
Save Hugoberry/2c189a591e72ba93693d79d3ee257f45 to your computer and use it in GitHub Desktop.
Exploring displaying microcharts and sparklines in table/matrix visual in PowerBI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Spark = { | |
("Bar chart 100%","⬛⬛⬛⬛⬛⬛⬜⬜⬜⬜"), | |
("Bar chart 1","▧▧▧▧▧▧▧▧▧"), | |
("Bar chart 2","▧▧▧"), | |
("Bar chart 3","▧▧▧▧▧▧▧"), | |
("Stacked bar chart 1","▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░"), | |
("Bullet chart","█████████▒▒▒▒▒▒▒▒▒│▒▒"), | |
("Win loss 1","▖▗▘▘▗▘▘▞"), | |
("Win loss 2","▀▄▄▄▀▄▀▄▀▀▄▀▄▄▀▄▄▀▄▀"), | |
("Comparative Horizontal Circle 1","○○●●●●●●●|○○○○○○○○○○○"), | |
("Comparative Horizontal Circle 2","○○○○○●●●●|○○○○○○○○○○○"), | |
("Comparative Horizontal Circle 3","○○○○○○○○○|●●●●●○○○○○○"), | |
("Horizontal dot plot 1","━━━━━━○━━━━━━━●━━━"), | |
("Horizontal dot plot 2","━━━━━━━○━━⯁━━●━━━━"), | |
("Candlestick 1","4.1┣▇▇▇▇▇|▇▇━━┫ 17.7"), | |
("Candlestick 2", "9.1 ┣━▇▇|▇━━┫ 17.1"), | |
("Column chart","▂▅▆▇█▅▆▂▃▇█▅▃▄"), | |
("Segment 1"," ├────────┤"), | |
("Segment 2"," ├────┤"), | |
("Horizontal comparison bar chart 1"," ▇▇▇▇▇▇▇|"), | |
("Horizontal comparison bar chart 2"," ▇|"), | |
("Horizontal comparison bar chart 3"," ▇▇▇▇▇▇▇▇|"), | |
("Horizontal comparison bar chart 4"," ▇▇|"), | |
("Horizontal comparison bar chart 5"," ▇▇▇|"), | |
("Horizontal comparison bar chart 6"," |▇▇▇▇▇")} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment