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.
Last week I was honoured to take part in the latest edition of the Power BI Dev Camp which is run by my colleague Ted Patterson. It was a fun session which I enjoyed. As part of the Dev camp, I walked through some of my recent Visual Studio Code based blog posts on how … Continue reading DAX Formatter tool for Power BI Desktop
My last blog introduced the idea of using Microsoft Visual Studio Code to work with Power BI Models. For this article, I build on that idea by showing how you can use a TOM based script to automatically generate measures in your model Power BI (or Azure Analysis Services) model. For simplicity, the example in … Continue reading Automatically create measures in Power BI using VS Code