We’re gonna have to earn it.

Mal ehrlich, wer kennt das nicht. Ein Link hier und ein Link da, save it for later. Ich habe da nur eine kleine Auswahl solcher Bookmarks, die ich eigentlich im Detail ansehen will oder wollte. Und die sind alle vom August 2025 alleine. Also eher unwahrscheinlich, dass ich das schaffen werde…

To be clear these links have nothing to do with my personal thoughts and feelings it’s just my way of knowledge gathering

This is a module for PowerShell to connect to Microsoft Dataverse (used by many Dynamics 365 and Power Apps applications as well as others) and query and manipulate data.

Nice Use Case for A Fabric Data Function – Richard Mintz’s BI Blog

(1) MCP.BC: How to access all your Business Central data with just 2 MCP triggers | LinkedIn

Here are 10 Al tools that make Excel seem like a toy:

Stop Repeating DAX: Reusable Time Intelligence Calculation Group with TMDL

Can AI Code AL? Testing LLMs on a Real Task for Data Editor

Your Secret Weapon for Smart Record Searching – Stefan’s BC Blog

Azure Security Quick Win: Conditional Access in 10 Minuten aktivieren

(1) 🚀Build your own MCP-server with Azure Functions: a simple Business Central focused example | LinkedIn

RedAndBundle/Red.MultipleLayouts: Multiple layout selection for Business Central reports

Hat Full of Data – Laura GB’s notes on how she made data behave

Executing SQL in Business Central SaaS – Simone Giordano

(1) Materialized Lake Views: How they supercharge Direct Lake mode in Power BI | LinkedIn

BC 26.0: SetAutoCalcFields method is available on the RecordRef data type

BC code snippet

pageextension 50103 CustomerListExt extends „Customer List“

{

    trigger OnOpenPage();

    var

        SequenceNoMgt: Codeunit „Sequence No. Mgt.“;

        Msg: Label ‚Current Sequence No. is “%1“\Next Sequence No. is “%2“‘;

    begin

        Message(Msg, SequenceNoMgt.GetCurrentSeqNo(Database::“G/L Entry“), SequenceNoMgt.GetNextSeqNo(Database::“G/L Entry“));

    end;

}

Power BI themes all you need to know

BC useful repos

NAV service failed to start: “HTTP could not register URL” – Kauffmann @ Dynamics 365 Business Central

File.ViewFromStream in AL: Display Text Directly from Stream – Ammolh Saallvi Blog

Learn how to set up a custom development environment for the GitHub Copilot Agent to work with Business Central AL projects

Power BI Governance & Impact Analysis Solution

Automating Feature Workspace maintainance in Microsoft Fabric

Dynamics 365 Business Central: How to quickly strip not supported chars in File Name via AL | Dynamics 365 Lab

BC API Send Sales Doc

Get Started with Data Factory (Guided Lab Experience) – Microsoft Fabric | Microsoft Learn

Solved: Breaking Change in BC26.1

(1) 🚀Build your own MCP-server with Azure Functions: a simple Business Central focused example | LinkedIn

Introducing MSSQL MCP Server (Preview) – Azure SQL Devs’ Corner

Perspectives in Power BI semantic models

Creating your first Power BI semantic model in 2025

Stop Repeating DAX: Reusable Time Intelligence Calculation Group with TMDL

Power BI is in its “Making Pigs Fly” Era – Livadata

Traceability between Workshops and User Stories

Make your own MCP server to chat with data in a Power BI semantic model