Last active
October 9, 2022 05:29
-
-
Save stevedep/083dddb660aefd85d08b7a7914358c81 to your computer and use it in GitHub Desktop.
dataRoles
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
"dataRoles": [ | |
{ | |
"displayName": "KPI", | |
"name": "kpi", | |
"kind": "Grouping" | |
}, | |
{ | |
"displayName": "Description", | |
"name": "description", | |
"kind": "Grouping" | |
}, | |
{ | |
"displayName": "Tooltip", | |
"name": "tooltip", | |
"kind": "Grouping" | |
}, | |
{ | |
"displayName": "Measure Data", | |
"name": "measure", | |
"kind": "Measure" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment