Forum Discussion
TomFarmer24
1 year agoFrequent Visitor
Project Tracking Forecast vs Completion Date
Good Afternoon All, This might be a basic questions, but seeking some advise. I am looking at creating a simple visualisation that can tell me the number of projects that are on track to mee...
- 1 year ago
TomFarmer24 , You can load your data and create a calculated column by going to modelling tab and new column to check status of project
OnTrack = IF([ForecastCompletionDate] <= [ApprovedCompletionDate], "On Track", "Not On Track")
Go to the "Visualizations" pane and select a chart type, such as a bar chart or pie chart.
Drag the "OnTrack" column to the "Axis" or "Legend" field well.
Drag the project name or a count of projects to the "Values" field well.If you need more details please share sample data and indepth requirement
TomFarmer24
1 year agoFrequent Visitor
Hi,
Just have a follow on question.
If there is no data in the cells I would like 'Data is Missing' - do you have a solution for this?
Thanks in advance