OfficeDev / Project-Power-BI-Templates

Expand Project with a Power BI Template
209 stars 75 forks source link

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

Open AEPStolk opened 6 years ago

AEPStolk commented 6 years ago

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:

stoopskoen commented 5 years ago

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"}}),