Forum Discussion
Project Tracking Forecast vs Completion Date
- 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 , 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