Power Query Data Source Paramaterization
Our team needs to create a workbook with 60 queries.
The Data Source for the queries will be a web data source.
The same 60 queries would be applicable across three web environments (Dev, QA, & Prod)
Example
· http://dev.mycompany.com
· http://qa.mycompany.com
· http://prod.mycompany.com
The Data source URLs contain will month and year variables
Example
· http://dev.mycompany.com?Month=JAN&Year=2015
· http://qa.mycompany.com?Month=JAN&Year=2015
· http://prod.mycompany.com?Month=JAN&Year=2015
How can we parametrize Power Query such that I can vary the environment, month and year and only maintain single 60 query workbook for all of our environments?
We are relatively new to Power Query and have not had much luck attempting this on our own.
Our team needs to create a workbook with 60 queries.
The Data Source for the queries will be a web data source.
The same 60 queries would be applicable across three web environments (Dev, QA, & Prod)
Example
· http://dev.mycompany.com
· http://qa.mycompany.com
· http://prod.mycompany.com
The Data source URLs contain will month and year variables
Example
· http://dev.mycompany.com?Month=JAN&Year=2015
· http://qa.mycompany.com?Month=JAN&Year=2015
· http://prod.mycompany.com?Month=JAN&Year=2015
How can we parametrize Power Query such that I can vary the environment, month and year and only maintain single 60 query workbook for all of our environments?
We are relatively new to Power Query and have not had much luck attempting this on our own.