Forum Discussion
am-person
2 years agoRegular Visitor
100% stack column chart with categorical counts over time
I need help creating a 100% stack column chart. I created a measure to do a cumulative count on the categories that I am trying to graph: RT Status count = CALCULATE( COUNT(Submit...
- 2 years ago
Hi,
PBI file attached.
Hope this helps.
Ashish_Mathur
2 years agoSuper User
Hi,
PBI file attached.
Hope this helps.
- am-person2 years agoRegular Visitor
That worked! Thank you!
- Ashish_Mathur2 years agoSuper User
You are welcome.
- am-person2 years agoRegular Visitor
New issue with the new year. When I adjust the running status count to include the current month with this measure:
Running Status count = CALCULATE([Count],DATESYTD('Calendar'[Date], "31/1"))The visual just copies over the December 2023 data onto the new month and the January 2024 data is not exhibited in the matrix.How to fix this? Thanks for any help.