Monthly Content Freshness Review
This issue is auto-generated on the 1st of each month as a reminder to review time-sensitive content across the site.
To apply updates automatically, run /refresh-site in Claude Code from the PQM.guide project directory. It will research recent announcements and update any content that has changed.
0. Blog & Announcement Scan
Scan official blogs and release notes for anything Power Query-related. Most PQ changes are buried inside monthly "Feature Summary" posts — check the latest 2–3, not just the blog index.
Look for: retirement/deprecation notices, preview-to-GA transitions, new environments, connector additions/removals/behavior changes, limit or quota changes.
1. Environments & Platform Coverage
File: src/content/concepts/power-query-environments.mdx
2. Function Compatibility Flags
Each function page has a compatibility block with 6 platform flags (pbiDesktop, pbiService, excelDesktop, excelOnline, dataflows, fabricNotebooks). Functions with any false flags are most likely to go stale.
Reference: M function reference
3. New M Functions + Official Spec Sync
Microsoft occasionally adds new built-in functions to the M standard library.
4. Concept & Pattern Pages
Most concept pages cover language fundamentals and are largely evergreen. These are the ones most likely to drift:
Always check:
Skip unless blog scan flagged something relevant: language-level concepts (let-in-expressions, each-keyword, type-system, lazy-evaluation, etc.)
5. Resources Page Link Check
File: src/app/resources/page.tsx
6. BACKLOG
Dismiss
If nothing has changed this month, close this issue with a "no changes needed" comment.
Monthly Content Freshness Review
This issue is auto-generated on the 1st of each month as a reminder to review time-sensitive content across the site.
To apply updates automatically, run
/refresh-sitein Claude Code from the PQM.guide project directory. It will research recent announcements and update any content that has changed.0. Blog & Announcement Scan
Scan official blogs and release notes for anything Power Query-related. Most PQ changes are buried inside monthly "Feature Summary" posts — check the latest 2–3, not just the blog index.
Look for: retirement/deprecation notices, preview-to-GA transitions, new environments, connector additions/removals/behavior changes, limit or quota changes.
1. Environments & Platform Coverage
File:
src/content/concepts/power-query-environments.mdx2. Function Compatibility Flags
Each function page has a
compatibilityblock with 6 platform flags (pbiDesktop,pbiService,excelDesktop,excelOnline,dataflows,fabricNotebooks). Functions with anyfalseflags are most likely to go stale.fabricNotebooks: false— Fabric connector support expands regularlyexcelOnline: false— Excel Online PQ support is still rolling outFile.Contents— desktop-only; check if Microsoft has added cloud file accessReference: M function reference
3. New M Functions + Official Spec Sync
Microsoft occasionally adds new built-in functions to the M standard library.
src/__tests__/fixtures/official-spec-slugs.json— add any new slugs so the content-integrity test stays current4. Concept & Pattern Pages
Most concept pages cover language fundamentals and are largely evergreen. These are the ones most likely to drift:
Always check:
getting-started.mdx— references UI flows that can changeui-to-m-bridge.mdx— references how the PQ editor generates Mquery-folding.mdx— new folding capabilities in the engineapi-authentication.mdx— auth patterns and connector behavior can changepagination-web-contents.mdx— Web.Contents behavior and options can changeparameterized-queries.mdx— platform-specific behavior changeserror-recovery-table.mdx— error handling behavior changesSkip unless blog scan flagged something relevant: language-level concepts (
let-in-expressions,each-keyword,type-system,lazy-evaluation, etc.)5. Resources Page Link Check
File:
src/app/resources/page.tsx6. BACKLOG
.claude/BACKLOG.mdat the appropriate priority levelDismiss
If nothing has changed this month, close this issue with a "no changes needed" comment.