Forum Discussion
Creating a clustered chart using two date values
Hello Everyone,
I am currently trying to create a clustered bar graph with three types of bars, Number of requests made in a month, number of those requests that have been completed (not necessarily in the same month), and total number of requests closed in the month (not necessarily opened in that month). I have the first two fields working properly, but the third is giving me trouble because date closed and date opened are tied to the same ID, so it needs a seperate date axis basically. I have tried a number of workarounds with no luck yet.
According to excell, and I have verified this by creating a seperate chart, my total complete should be 74 for april, 180 for may, and 42 in june. I don't know where I am losing values. Any help would be greatly appreciated.
6 Replies
- amitchandakSuper User
Anonymous , You can join both dates with a common date dimension. One join will be inactive. You can use userelation to activate join.
refer to this blog how to deal with blog - https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970
- AnonymousNot applicable
Thank you for the suggestion. Unfortunatly this had no effect on my values. Somehow I don't think they are connecting properly.
- vanessafvgCommunity Championcan you share your relationship view and the fields the joining on?