├── LICENSE ├── PQ Cheatsheet EN.docx ├── PQ Cheatsheet EN.pdf ├── PQ Шпаргалка RU.docx ├── PQ Шпаргалка RU.pdf └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Ivan Bondarenko 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /PQ Cheatsheet EN.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IvanBond/Power-Query-Cheat-Sheet/b124300b84929ce2511471b713e3de6f43e26898/PQ Cheatsheet EN.docx -------------------------------------------------------------------------------- /PQ Cheatsheet EN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IvanBond/Power-Query-Cheat-Sheet/b124300b84929ce2511471b713e3de6f43e26898/PQ Cheatsheet EN.pdf -------------------------------------------------------------------------------- /PQ Шпаргалка RU.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IvanBond/Power-Query-Cheat-Sheet/b124300b84929ce2511471b713e3de6f43e26898/PQ Шпаргалка RU.docx -------------------------------------------------------------------------------- /PQ Шпаргалка RU.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IvanBond/Power-Query-Cheat-Sheet/b124300b84929ce2511471b713e3de6f43e26898/PQ Шпаргалка RU.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Power Query Cheat Sheet. Шпаргалка по Power Query. 2 | Power Query Cheat Sheet in PDF and Word format. 3 | 4 | * Contains info about basic data types in M language and standard operations with them. 5 | * Shortcuts for some frequently used transformations and patterns (like if / then / else ). 6 | * Links to the most useful blogs. 7 | 8 | Шпаргалка по Power Query в PDF и Word формате. 9 | 10 | * Содержит информацию о базовых типах данных, используемых в языке M, а так же стандартные операции с ними. 11 | * Заготовки / шаблоны кода для часто используемых операций. 12 | * Ссылки на полезные блоги и статьи. 13 | --------------------------------------------------------------------------------