Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
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 meet approved cost and schedule.
I am looking at using the Forecast Completion Date that we have through progress reports and then the Approved Completion Date all synced to my Excel spreadsheet (forecast and approved completion are columns within my spreadsheet).
I dont want anything too fancy, just a chart or something showing those ontrack to completion and those that are not.
If anyone could think of a way to acheive this that would be great. Thanks in advance!!
Solved! Go to Solution.
@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
Proud to be a Super User! |
|
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
@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
Proud to be a Super User! |
|
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |