├── 9781430266914.jpg ├── Ch1Source.zip ├── Ch2Source.zip ├── Ch3Source.zip ├── Ch5Source.zip ├── Ch6Source.zip ├── Ch7Source.zip ├── Ch8Source.zip ├── LICENSE.txt ├── README.md └── contributing.md /9781430266914.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/power-query-for-power-bi-excel/23c7846b6ec08d98f9ec42b089663fd6e8acc401/9781430266914.jpg -------------------------------------------------------------------------------- /Ch1Source.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/power-query-for-power-bi-excel/23c7846b6ec08d98f9ec42b089663fd6e8acc401/Ch1Source.zip -------------------------------------------------------------------------------- /Ch2Source.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/power-query-for-power-bi-excel/23c7846b6ec08d98f9ec42b089663fd6e8acc401/Ch2Source.zip -------------------------------------------------------------------------------- /Ch3Source.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/power-query-for-power-bi-excel/23c7846b6ec08d98f9ec42b089663fd6e8acc401/Ch3Source.zip -------------------------------------------------------------------------------- /Ch5Source.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/power-query-for-power-bi-excel/23c7846b6ec08d98f9ec42b089663fd6e8acc401/Ch5Source.zip -------------------------------------------------------------------------------- /Ch6Source.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/power-query-for-power-bi-excel/23c7846b6ec08d98f9ec42b089663fd6e8acc401/Ch6Source.zip -------------------------------------------------------------------------------- /Ch7Source.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/power-query-for-power-bi-excel/23c7846b6ec08d98f9ec42b089663fd6e8acc401/Ch7Source.zip -------------------------------------------------------------------------------- /Ch8Source.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/power-query-for-power-bi-excel/23c7846b6ec08d98f9ec42b089663fd6e8acc401/Ch8Source.zip -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/power-query-for-power-bi-excel/23c7846b6ec08d98f9ec42b089663fd6e8acc401/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Apress Source Code 2 | 3 | This repository accompanies [*Power Query for Power BI and Excel*](http://www.apress.com/9781430266914) by Christopher Webb and Crossjoin Consulting Limited (Apress, 2014). 4 | 5 | ![Cover image](9781430266914.jpg) 6 | 7 | Download the files as a zip using the green button, or clone the repository to your machine using Git. 8 | 9 | ## Releases 10 | 11 | Release v1.0 corresponds to the code in the published book, without corrections or updates. 12 | 13 | ## Contributions 14 | 15 | See the file Contributing.md for more information on how you can contribute to this repository. 16 | -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- 1 | # Contributing to Apress Source Code 2 | 3 | Copyright for Apress source code belongs to the author(s). However, under fair use you are encouraged to fork and contribute minor corrections and updates for the benefit of the author(s) and other readers. 4 | 5 | ## How to Contribute 6 | 7 | 1. Make sure you have a GitHub account. 8 | 2. Fork the repository for the relevant book. 9 | 3. Create a new branch on which to make your change, e.g. 10 | `git checkout -b my_code_contribution` 11 | 4. Commit your change. Include a commit message describing the correction. Please note that if your commit message is not clear, the correction will not be accepted. 12 | 5. Submit a pull request. 13 | 14 | Thank you for your contribution! --------------------------------------------------------------------------------