Forum Discussion
rpn7kor
6 years agoFrequent Visitor
Graph using multiple columns in X axis
Dear Together, I got a requirement to create a graph to represent the project growth. I tried with some measures and tables. But couldnt get the desired output. So need your support. We have ...
amitchandak
6 years agoSuper User
rpn7kor ,
refer my blog on the similar type of data can help ?
- rpn7kor6 years agoFrequent Visitor
Dear amitchandak ,
Thanks for your guidance.
I have tried as per your blog. Still i have one issue about total projects. i would like to show total project in incremental way like below.
Year 2014 2015 2016 2017 2018 Running 2 2 3 2 3 Closed 1 1 1 Total 2 2 4 5 6 Is there any clue?
- Anonymous6 years agoNot applicable
Hi rpn7kor ,
Could you please provide the calculation logic of Running and Total? For example: Year 2018, why the number of running projects is 3, but the total number of projects is 6? How to calculate them?
Best Regards
Rena
- rpn7kor6 years agoFrequent Visitor
Hi Rene,
Thanks for your message.
Year 2014 2015 2016 2017 2018 Running (Current year + previous years) 2 2 3 2 3 Closed (which are completed) 1 1 1 Total Projects (Current year + previous years) 2 2 4 5 6 For example , 2018 has total of 6 projects (2 from 2014 + 2 from 2016 + 1 from 2017 + 1 from 2018)
and has 3 running projects (total project - closed projects)
Thanks.
- rpn7kor6 years agoFrequent Visitor
No...:(