{"id":13942180,"url":"https://github.com/mogulargmbh/powerquerysnippets","last_synced_at":"2025-07-20T05:32:18.165Z","repository":{"id":38095205,"uuid":"331566786","full_name":"mogulargmbh/powerquerysnippets","owner":"mogulargmbh","description":"Collection of Power Query snippets as shown on powerqueryformatter.com","archived":false,"fork":false,"pushed_at":"2022-12-12T10:31:25.000Z","size":121,"stargazers_count":34,"open_issues_count":0,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-27T11:39:01.983Z","etag":null,"topics":["powerquery"],"latest_commit_sha":null,"homepage":"https://powerqueryformatter.com","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mogulargmbh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-21T08:44:41.000Z","updated_at":"2024-10-14T12:36:49.000Z","dependencies_parsed_at":"2023-01-27T18:01:25.640Z","dependency_job_id":null,"html_url":"https://github.com/mogulargmbh/powerquerysnippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mogulargmbh/powerquerysnippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogulargmbh%2Fpowerquerysnippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogulargmbh%2Fpowerquerysnippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogulargmbh%2Fpowerquerysnippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogulargmbh%2Fpowerquerysnippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mogulargmbh","download_url":"https://codeload.github.com/mogulargmbh/powerquerysnippets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogulargmbh%2Fpowerquerysnippets/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266071519,"owners_count":23871940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["powerquery"],"created_at":"2024-08-08T02:01:44.321Z","updated_at":"2025-07-20T05:32:13.146Z","avatar_url":"https://github.com/mogulargmbh.png","language":"MATLAB","funding_links":[],"categories":["MATLAB"],"sub_categories":[],"readme":"# Power Query Snippets\n\nThis is the repository for all Power Query code snippets shown on\n[PowerQueryFormatter](https://powerqueryformatter.com)\n\n## Contribute your code\nPull requests are welcome.\n\nPlease add only your own code or code where the license is clear and permissive.\n\nOne snippet per file.\n\nPlease prefix all snippets with a comment in [JSDoc](https://en.wikipedia.org/wiki/JSDoc) format with a short description and at least the following tags:\n\n* *@categories* A comma-separated list of categories\n\n* *@license* License under which you grant a license to the snippet code. Must be a short identifier of an open source license from the [SPDX List](https://spdx.org/licenses/), followed by the copyright holder.\n\nWe also parse the following **optional** tags:\n\n* *@name* If not available the snippet name is taken from the filename (without extension)\n\n* *@example* Provide an optional uage example\n\n* *@author* optional information about the author (e.g. link to website) \n\n* *@version* optional version of the snippet. Just for information.\n\n* *@source* optional url where the code is from\n\n* *@result* optional description of the result of the snippet (if any)\n\nHere is a nonsene example. Browse the code to find real snippets.\n```\n/**\n* an example to generate a table with square numbers with bases from -10 to 10\n* this is the second line of the description\n* \n* @categories table, math \n* @license MIT (c) 2021 mogular\n* @author https://github.com/mogulargmbh\n* @version 20210121-1\n* @example just past the snippet in your query\n* @source https://github.com/mogulargmbh/powerquerysnippets\n* @result a table\n*/ \nlet\n  data = List.Generate(\n    () =\u003e [x = - 10, y = 100],\n    each [x] \u003c= 10,\n    each [x = [x] + 1, y = x * x]\n  ),\n  output = Table.FromRecords(data)\nin\n  output\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmogulargmbh%2Fpowerquerysnippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmogulargmbh%2Fpowerquerysnippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmogulargmbh%2Fpowerquerysnippets/lists"}