OfficeDev/Project-Power-BI-Templates

Dutch language parameter and modifications for dutch (NL) Project Online environments added

AEPStolk opened this issue · 1 comments

I have added all required enhancements to get the Project Online Power BI Content Pack operational on Dutch language versions of Project Online environments. See attached file. Hopefully as useful to someone else, as it was to me. Please let me know.
Modifications:

Nice that you published this, I did the same thing but did not see your post before and wanted to post what I changed 👍
Resources - Table.RenameColumns(Resources_table,{{"Resourcestructuur", "RBS"}, {"Typekosten", "CostType"}, {"Resourceafdelingen", "ResourceDepartments"}}) else
Projects - Table.RenameColumns(#"Added Custom",{{"Projectafdelingen", "ProjectDepartments"}}),
Assignments - Table.RenameColumns(#"Filtered Rows",{{"Resourceafdelingen_R", "ResourceDepartments_R"},{"Taakstatus_T","FlagStatus_T"},{"Typekosten_R","CostType_R"},{"Markeringsstatus_T","Health_T"},{"Resourcestructuur_R","RBS_R"}}),