Forum Discussion
sunit1190
Helper I
3 years agoNeed help with stacked bar chart visual
Hi, I have the following measure that calculates number of users for a given date range Count of users = CALCULATE ( DISTINCTCOUNT(MEETINGS_ADOPTION[USER_ID]), FILTER ( MEETI...
- 3 years ago
jdbuchanan71 I was able to make this work by creating multiple measures and then plotting them on the bar chart. Thanks for all your help!
jdbuchanan71
Super User
3 years agoNo, you can't use a measure as an category on a chart. You will have to get the calculated column working.
sunit1190
Helper I
3 years agojdbuchanan71 I was not quite able to get the calculated column working. Any thoughts if this can achieved in any other way?