Forum Discussion
Visual Suggestion to Show Project Completion Status by Milestones
- Anonymous1 year ago
Hi, prabhatnath
All you need to do is create a bar chart and put the fields in it to see the number of each species
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, prabhatnath
Maybe you can create a measure to show completion status:
CompletionStatus = IF(NOT(ISBLANK(MAX('ProjectMilestones'[MilestoneName]))), TRUE())
Then put it in Matrix view:
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you Anonymous for your input. I can see the milestone for each project as per your sample. But I will like to show the output as a graph, may be a Bar Chart or something?
Thanks,
Prabhat
- Anonymous1 year agoNot applicable
Hi, prabhatnath
All you need to do is create a bar chart and put the fields in it to see the number of each species
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.