Forum Discussion
callum
9 years agoHelper II
Grouping vs measure
Hi, Can someone please explain to me how I should choose what to put in the `kind` section of a dataRole in capabilities.json? Is it as "cut and dry" as numeric value=measure, non-numeric val...
- 9 years ago
Hello callum,
Grouping is usually for not-numeric values, but you can use number with grouping if you want to handle this column as a category with data-grouping by value.
Measure is for numeric values.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
v-viig
9 years agoCommunity Champion
Hello callum,
Grouping is usually for not-numeric values, but you can use number with grouping if you want to handle this column as a category with data-grouping by value.
Measure is for numeric values.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
callum
9 years agoHelper II
I see, thank you!