Skip to content

Instantly share code, notes, and snippets.

@stevedep
Created October 9, 2022 05:31
Show Gist options
  • Save stevedep/988f4502184900e3628c178846a27646 to your computer and use it in GitHub Desktop.
Save stevedep/988f4502184900e3628c178846a27646 to your computer and use it in GitHub Desktop.
"dataViewMappings": [
{
"categorical": {
"categories": {
"select": [
{ "bind": {"to" : "kpi" }},
{ "bind": {"to" : "description" }},
{ "bind": {"to" : "tooltip" }}
]
},
"values": {
"select": [
{
"bind": {
"to": "measure"
}
}
]
}
}
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment