Don’t run everything in one chat session
Running multiple topic-based chat sessions in parallel beats one monolithic chat. Tighter focus, faster context, easier to review weeks later.
Data modelling and DAX
Running multiple topic-based chat sessions in parallel beats one monolithic chat. Tighter focus, faster context, easier to review weeks later.
I use VS Code as a personal productivity environment, not a coding tool. Customer notes, briefings, emails, research, diaries, presentations, planning. Almost no actual code. This is the first post in a series writing down the setup.
UPDATE: 15-March-2026 I created a public repo with all my custom visuals, including source code and setup instructions here:https://github.com/dax-tips/CustomVisuals Blog Last week I had the pleasure to attend the Power BI Next Step conference in Copenhagen. I enjoyed it and can highly recommend it. As part of that event, I was invited to a fun … Continue reading Create Custom Visuals in Power BI with GitHub Copilot
Introduction I recently wrote an article showing how you can visualise a dataset refresh using Power BI. It was a pretty cool way to show some of the internal workings of what otherwise is a black box. The idea from my earlier article uses SSMS Profiler to run a trace against a database hosted in … Continue reading Visualise your Power BI refresh – in real-time