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 agoCan you share your file so we can get the calculated column working? In order to use it as a category in a chart, the field must be in a column in a table.
- sunit11903 years ago
Helper I
jdbuchanan71 Unfortunately the calculated column approach won't work due to the way my dataset is structured. I was exploring if there is a way to do via a disconnected table but no luck so far. Do you have any insights around that?