Forum Discussion
Need help with stacked bar chart visual
- 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 Thank you so much for your response! I really appreciate it! I will try again with the corrected measure that you have proposed and let you know if it works!
Yes there are rows that get tagged with "Has not had a 1on1" in the status column in my dataset. For these rows there is no meeting date assoiciated with it hence I added the below condition to look for records that are outside of the date range provided in the filter. Also, my date filter is set to last 30 days by default. Do I need to add a condition that checks that says meeting_date is blank/null? Would that help?
(MEETINGS_ADOPTION[MEETING_DATE] <= MIN ( 'Calendar'[Date] )
&& MEETINGS_ADOPTION[MEETING_DATE] >= MAX ( 'Calendar'[Date] ))
Let me check if I'm allowed to share the pbix file and get back to you.