OfficeDev/Project-Power-BI-Templates

Incorrect Progress Resource Assignments Tab

JoeFroMTB opened this issue · 4 comments

The task progress from Project Online Enterprise Projects is multiplied by 100. The value is correct in the Project Tasks Table, but incorrect in the Resource Assignments Table.

@JoeFroMTB can you help me understand what's the value for source column for the tasks with wrong progress data in Resource Assignments table.

@JoeFroMTB can you try changing the data type to Decimal number for progress field?

image

This was my solution for this problem, if it helps someone?

Progress = IF('Resource Assignments'[Source] = "Project Online", 'Resource Assignments'[Progress [old]]] / 100, 'Resource Assignments'[Progress [old]]])