Forum Discussion
Anonymous
3 years agoNot applicable
Gradient coloring by sum not count
Hi, I wanted to color gradient my column chart. I used the feature before and quite like it. However, when I tried to use it this time I've encountered a problem I've not before. As you can see, ...
- 3 years ago
Anonymous , Check if the column is of text type.
Create a measure what you need
example
measure = sum(Table[Value])
and use that
amitchandak
Super User
3 years agoAnonymous , Check if the column is of text type.
Create a measure what you need
example
measure = sum(Table[Value])
and use that