<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Maxim Anatsko | BI Architect &amp; Data Consultant</title>
    <link>https://maxanatsko.com</link>
    <description>BI Architect specializing in Power BI, Microsoft Fabric, and enterprise data solutions. Transforming complex data into actionable insights.</description>
    <language>en-us</language>
    <atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="https://maxanatsko.com/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Bulk-migrating Dataflow Gen1 to Gen2 (CI/CD) with Azure CLI</title>
      <link>https://maxanatsko.com/blog/bulk-migrating-dataflow-gen1-to-gen2-cicd-with-azure-cli</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/bulk-migrating-dataflow-gen1-to-gen2-cicd-with-azure-cli</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
      <category>ms-fabric</category>
      <description>Microsoft put Dataflow Gen1 into legacy status in April 2026. The UI migrates one dataflow at a time. Here is how I migrate them in bulk with az rest, including the API and deployment-pipeline problems I hit.</description>
    </item>
    <item>
      <title>Fine-Tuning GPT-OSS-20B for DAX: From 15/30 to 20/30 on DAXBench</title>
      <link>https://maxanatsko.com/blog/fine-tuning-gpt-oss-20b-for-dax-from-1530-to-2030-on-daxbench</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/fine-tuning-gpt-oss-20b-for-dax-from-1530-to-2030-on-daxbench</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
      <category>llm</category>
      <description>A LoRA fine-tune of GPT-OSS-20B improved DAXBench score from 15/30 to 20/30, with 20% more correct results on an independent evaluation set and dramatically reduced response length and latency.</description>
    </item>
    <item>
      <title>Agentic Development Is Only as Good as Its Feedback Loops</title>
      <link>https://maxanatsko.com/blog/agentic-development-is-only-as-good-as-its-feedback-loops</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/agentic-development-is-only-as-good-as-its-feedback-loops</guid>
      <pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Truly agentic development requires one thing: feedback loops. Many of them. Here is how I think about building them into AI-assisted Power BI work - and why they matter more than the model itself.</description>
    </item>
    <item>
      <title>Rayfin and the New Wild West of Power BI</title>
      <link>https://maxanatsko.com/blog/rayfin-and-the-new-wild-west-of-power-bi</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/rayfin-and-the-new-wild-west-of-power-bi</guid>
      <pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Rayfin gives Power BI developers the customizability they&apos;ve wanted for years, full web apps instead of constrained reports. But that freedom comes with a UX cost and an engineering cost most teams aren&apos;t pricing in yet.</description>
    </item>
    <item>
      <title>SemanticOps Test Runner: Unit Tests for Power BI Semantic Models</title>
      <link>https://maxanatsko.com/blog/semanticops-test-runner-unit-tests-for-power-bi-semantic-models</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/semanticops-test-runner-unit-tests-for-power-bi-semantic-models</guid>
      <pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>SemanticOps Test Runner is a desktop app for creating and running repeatable tests against Power BI semantic models. Catch broken measures, RLS issues, performance regressions, and model-quality problems before changes reach users or production workspaces.</description>
    </item>
    <item>
      <title>Moving a Fabric SQL Database Between Workspaces</title>
      <link>https://maxanatsko.com/blog/moving-a-fabric-sql-database-between-workspaces</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/moving-a-fabric-sql-database-between-workspaces</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <category>ms-fabric</category>
      <description>There&apos;s no native move option in the Fabric portal. Here&apos;s how to do it with a .bacpac export and import using the SqlPackage CLI.</description>
    </item>
    <item>
      <title>Choosing AI Models for DAX: What Benchmarking 70 Models Revealed</title>
      <link>https://maxanatsko.com/blog/choosing-ai-models-for-dax-what-benchmarking-70-models-revealed</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/choosing-ai-models-for-dax-what-benchmarking-70-models-revealed</guid>
      <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
      <category>llm</category>
      <description>AI can speed up Power BI development, but DAX is still a sharp edge. Benchmarking 70 models shows the biggest failure pattern is not weak business logic, but DAX grammar.</description>
    </item>
    <item>
      <title>Paginated REST APIs in Power Query That Actually Refresh in the Service</title>
      <link>https://maxanatsko.com/blog/paginated-rest-apis-in-power-query-that-actually-refresh-in-the-service</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/paginated-rest-apis-in-power-query-that-actually-refresh-in-the-service</guid>
      <pubDate>Fri, 13 Mar 2026 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Most Power Query pagination examples break the moment you publish to Power BI Service. Here&apos;s a complete, production-ready pattern for cursor-based REST API pagination using Web.Contents with RelativePath, proper auth handling, and a List.Generate implementation that doesn&apos;t skip the last page.</description>
    </item>
    <item>
      <title>A New Type of Addiction</title>
      <link>https://maxanatsko.com/blog/a-new-type-of-addiction</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/a-new-type-of-addiction</guid>
      <pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate>
      <category>llm</category>
      <description>Vibe coding removes the friction that used to force natural pauses. The result is a new kind of addiction - and a cognitive overload nobody&apos;s talking about.</description>
    </item>
    <item>
      <title>SemanticOps MCP: AI-Native Power BI Semantic Modeling with Production Guardrails</title>
      <link>https://maxanatsko.com/blog/mcp-engine-ai-native-power-bi-semantic-modeling-with-production-guardrails</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/mcp-engine-ai-native-power-bi-semantic-modeling-with-production-guardrails</guid>
      <pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>SemanticOps MCP, formerly MCP Engine, is a local MCP server that connects AI assistants to your Power BI semantic models. Free tier covers core modeling. Pro adds rollback, test runners, policy engines, data masking, and impact analysis — the guardrails you need before letting AI touch production.</description>
    </item>
    <item>
      <title>I Tested 70 AI Models on DAX – Here&apos;s What Actually Works</title>
      <link>https://maxanatsko.com/blog/i-tested-70-ai-models-on-dax-heres-what-actually-works</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/i-tested-70-ai-models-on-dax-heres-what-actually-works</guid>
      <pubDate>Mon, 26 Jan 2026 00:00:00 GMT</pubDate>
      <category>llm</category>
      <description>A systematic benchmark of large language models on Power BI formula generation reveals which AI assistants are worth using—and why most of them fail on the same patterns.</description>
    </item>
    <item>
      <title>How to Refresh a Specific Table in Power BI Using Power Automate</title>
      <link>https://maxanatsko.com/blog/how-to-refresh-a-specific-table-in-power-bi-using-power-automate</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/how-to-refresh-a-specific-table-in-power-bi-using-power-automate</guid>
      <pubDate>Tue, 06 Jan 2026 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Step-by-step guide to refreshing individual tables in your Power BI semantic model using Azure Service Principal, the Enhanced Refresh REST API, and Power Automate.</description>
    </item>
    <item>
      <title>Add Real Time Annotations with Native Writeback in Power BI</title>
      <link>https://maxanatsko.com/blog/add-real-time-annotations-with-native-writeback-in-power-bi</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/add-real-time-annotations-with-native-writeback-in-power-bi</guid>
      <pubDate>Sat, 29 Nov 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Data visualization is often about consuming information quickly. But what if you could do more than just observe trends? Adding annotations directly on your...</description>
    </item>
    <item>
      <title>Power BI Desktop MCP v2: Automate Semantic Models with AI</title>
      <link>https://maxanatsko.com/blog/power-bi-desktop-mcp-v2-automate-semantic-models</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/power-bi-desktop-mcp-v2-automate-semantic-models</guid>
      <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>In this video I put my Power BI Desktop MCP server v2 to a real test: can an AI agent build a complete semantic model from scratch? Using Claude Code with...</description>
    </item>
    <item>
      <title>Power BI Desktop MCP 1.3 - Public Release</title>
      <link>https://maxanatsko.com/blog/power-bi-desktop-mcp-13-public-release</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/power-bi-desktop-mcp-13-public-release</guid>
      <pubDate>Sat, 01 Nov 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>After a closed beta and a round of bug-fixes, v1.3.0 is now available for everyone. It’s an MCP server for Power BI Desktop that lets AI assistants (e.g.,...</description>
    </item>
    <item>
      <title>Easy ML Forecasting in Microsoft Fabric - Prophet Framework Tutorial</title>
      <link>https://maxanatsko.com/blog/easy-ml-forecasting-in-microsoft-fabric-prophet-framework-tutorial</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/easy-ml-forecasting-in-microsoft-fabric-prophet-framework-tutorial</guid>
      <pubDate>Mon, 20 Oct 2025 00:00:00 GMT</pubDate>
      <category>ms-fabric</category>
      <description>I see Finance teams spending days and weeks building Excel forecasts that break the moment business patterns shift. There&apos;s a better way. I just published a...</description>
    </item>
    <item>
      <title>AGENTIC Power BI Development USING MCP</title>
      <link>https://maxanatsko.com/blog/agentic-power-bi-development-using-mcp</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/agentic-power-bi-development-using-mcp</guid>
      <pubDate>Mon, 08 Sep 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>I just demonstrated something in the new video that changes how we think about Power BI development workflows. Using MCP (Model Context Protocol), I...</description>
    </item>
    <item>
      <title>Why ChatGPT Gives Terrible Power BI Advice (3 Quick Fixes)</title>
      <link>https://maxanatsko.com/blog/why-chatgpt-gives-terrible-power-bi-advice</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/why-chatgpt-gives-terrible-power-bi-advice</guid>
      <pubDate>Mon, 04 Aug 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Getting generic, unhelpful responses when asking ChatGPT or other AI tools for Power BI and DAX help? The problem isn&apos;t the AI - it&apos;s the lack of context...</description>
    </item>
    <item>
      <title>How to Add Real-Time Annotations to Power BI Line Charts (No Custom Visuals Required)</title>
      <link>https://maxanatsko.com/blog/how-to-add-real-time-annotations-to-power-bi-line-charts-no-custom-visuals-required</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/how-to-add-real-time-annotations-to-power-bi-line-charts-no-custom-visuals-required</guid>
      <pubDate>Mon, 23 Jun 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>There are 4 levels of analytics maturity: 1. Descriptive (what happened), 2. Diagnostic (why it happened),...</description>
    </item>
    <item>
      <title>Native Writeback in Power BI is FINALLY HERE!</title>
      <link>https://maxanatsko.com/blog/native-writeback-in-power-bi-is-finally-here</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/native-writeback-in-power-bi-is-finally-here</guid>
      <pubDate>Wed, 21 May 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>After years of workarounds and third-party solutions, Microsoft has delivered what the Power BI community has been asking for - true native writeback...</description>
    </item>
    <item>
      <title>Stop Manual QA: Automated Unit Tests in Power BI</title>
      <link>https://maxanatsko.com/blog/stop-manual-qa-automated-unit-tests-in-power-bi</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/stop-manual-qa-automated-unit-tests-in-power-bi</guid>
      <pubDate>Mon, 12 May 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Stop manually testing your Power BI reports! This tutorial shows you how to create an automated unit testing system that runs daily and emails you the...</description>
    </item>
    <item>
      <title>Calculate Working Days in Power Query: Custom Function Tutorial</title>
      <link>https://maxanatsko.com/blog/calculate-working-days-in-power-query</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/calculate-working-days-in-power-query</guid>
      <pubDate>Mon, 21 Apr 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Master the calculation of working days in Power Query with this custom function tutorial! While Excel has NETWORKDAYS, Power Query lacks this capability out...</description>
    </item>
    <item>
      <title>Incremental Refresh for Non-Folding Data Sources in Power BI</title>
      <link>https://maxanatsko.com/blog/incremental-refresh-for-non-folding-data-sources-in-power-bi</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/incremental-refresh-for-non-folding-data-sources-in-power-bi</guid>
      <pubDate>Mon, 07 Apr 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Ever been told that incremental refresh in Power BI doesn&apos;t work with non-folding data sources? 🤔 In my latest tutorial, I demonstrate step-by-step how to...</description>
    </item>
    <item>
      <title>Generate synthetic data for Accounts Receivable</title>
      <link>https://maxanatsko.com/blog/generate-synthetic-data-ar</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/generate-synthetic-data-ar</guid>
      <pubDate>Sun, 30 Mar 2025 00:00:00 GMT</pubDate>
      <category>python</category>
      <description>For those who would like to generate dummy/synthetic data for Accounts Receivable , use Python script below. It can be run in Google Collab notebook if you...</description>
    </item>
    <item>
      <title>Building Superior Heatmaps in Power BI with SVG 🔥</title>
      <link>https://maxanatsko.com/blog/building-superior-heatmaps-in-power-bi-with-svg-</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/building-superior-heatmaps-in-power-bi-with-svg-</guid>
      <pubDate>Mon, 24 Mar 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>I have pushed these SVGs further than before, allowing for more customization: would like to have gradient? change one switch; would like to add sizing...</description>
    </item>
    <item>
      <title>TMDL Explorer: NEW POWER BI Tool</title>
      <link>https://maxanatsko.com/blog/tmdl-explorer-new-power-bi-tool</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/tmdl-explorer-new-power-bi-tool</guid>
      <pubDate>Fri, 14 Mar 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Since Microsoft introduced TMDL (Tabular Model Definition Language), I&apos;ve been exploring practical applications beyond the obvious mass updates, adding...</description>
    </item>
    <item>
      <title>Stunning Progress Column Charts in Power BI (Step-by-Step Guide)</title>
      <link>https://maxanatsko.com/blog/stunning-progress-column-charts-in-power-bi-step-by-step-guide</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/stunning-progress-column-charts-in-power-bi-step-by-step-guide</guid>
      <pubDate>Mon, 10 Mar 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Build beautiful progress column charts in Power BI using SVG - no custom visuals required! In this tutorial, I&apos;ll show you how to create stylish vertical...</description>
    </item>
    <item>
      <title>Build Better Funnel Chart (No Custom Visuals!)</title>
      <link>https://maxanatsko.com/blog/build-better-funnel-chart-no-custom-visuals</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/build-better-funnel-chart-no-custom-visuals</guid>
      <pubDate>Mon, 24 Feb 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Elevate your Power BI dashboards with this stunning funnel chart - no custom visuals required! In this walkthrough, see how to make 3 distinct funnels - for...</description>
    </item>
    <item>
      <title>My Take on Power BI Theme EDITING!</title>
      <link>https://maxanatsko.com/blog/my-take-on-power-bi-theme-editing</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/my-take-on-power-bi-theme-editing</guid>
      <pubDate>Sat, 22 Feb 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>The time has come to share a pet project I&apos;ve been working on behind-the-scenes - my take on theme editing for Power BI. And let me tell you, throughout...</description>
    </item>
    <item>
      <title>1080P &amp; 720P Grids for Power BI</title>
      <link>https://maxanatsko.com/blog/1080p-amp-720p-grids-for-power-bi</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/1080p-amp-720p-grids-for-power-bi</guid>
      <pubDate>Sun, 09 Feb 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Built-in gridlines and snap to grid features in Power BI are notoriously bad at helping users. For those who is as anal as I’m at aligning all of the...</description>
    </item>
    <item>
      <title>Variance column Chart (No Custom Visuals!)</title>
      <link>https://maxanatsko.com/blog/variance-column-chart-no-custom-visuals</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/variance-column-chart-no-custom-visuals</guid>
      <pubDate>Mon, 27 Jan 2025 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Create a fully functional column variance chart in Power BI - without using any custom visuals. Discover how to set up the background, filter your data,...</description>
    </item>
    <item>
      <title>Beautiful SVG Targets vs Actuals Indicators in Power BI (No Custom Visuals!)</title>
      <link>https://maxanatsko.com/blog/beautiful-svg-targets-vs-actuals-indicators-in-power-bi-no-custom-visuals</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/beautiful-svg-targets-vs-actuals-indicators-in-power-bi-no-custom-visuals</guid>
      <pubDate>Mon, 23 Dec 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Transform your Power BI reports with elegant SVG progress indicators! Learn how to build professional-looking actual vs target visualizations using native...</description>
    </item>
    <item>
      <title>Festive Animated Background for Your Power BI Reports</title>
      <link>https://maxanatsko.com/blog/festive-animated-background-for-your-power-bi-reports</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/festive-animated-background-for-your-power-bi-reports</guid>
      <pubDate>Fri, 20 Dec 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>With Holidays around the corner, thought I would share animated SVG background I made, that can add a bit of festive mood to your reports. Assuming your...</description>
    </item>
    <item>
      <title>OLE DB or ODBC error: Exception from HRESULT: 0x80040E57</title>
      <link>https://maxanatsko.com/blog/ole-db-odbc-error-0x80040e57</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/ole-db-odbc-error-0x80040e57</guid>
      <pubDate>Wed, 18 Dec 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>If you’re having “ OLE DB or ODBC error: Exception from HRESULT: 0x80040E57. “ error during refreshes, there is a solution. First of all, it’s always best...</description>
    </item>
    <item>
      <title>Globe Particle Cloud iN Power BI using Deneb and Vega-Lite</title>
      <link>https://maxanatsko.com/blog/globe-particle-cloud-in-power-bi-using-deneb-and-vega-lite</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/globe-particle-cloud-in-power-bi-using-deneb-and-vega-lite</guid>
      <pubDate>Mon, 09 Dec 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Have you ever wanted to create visually stunning, interactive visualizations in Power BI that go beyond the ordinary? In my latest YouTube video, I...</description>
    </item>
    <item>
      <title>supercharge your power bi development with automation!</title>
      <link>https://maxanatsko.com/blog/supercharge-your-power-bi-development-with-automation</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/supercharge-your-power-bi-development-with-automation</guid>
      <pubDate>Mon, 25 Nov 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>As a data-driven manager, I&apos;m always on the hunt for ways to optimize workflows and spend less time on repetitive tasks. Enter Tabular Editor...</description>
    </item>
    <item>
      <title>Create Stunning Candlestick Charts in Power BI || Deneb and Vega-Lite Tutorial</title>
      <link>https://maxanatsko.com/blog/create-candlestick-charts-in-power-bi-deneb</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/create-candlestick-charts-in-power-bi-deneb</guid>
      <pubDate>Mon, 11 Nov 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Elevate your data visualization skills by learning how to create stunning candlestick charts in Power BI using Deneb and Vega-Lite! This step-by-step...</description>
    </item>
    <item>
      <title>Unlock Stock Data in Power BI: Yahoo Finance’s Hidden Hack!</title>
      <link>https://maxanatsko.com/blog/unlock-stock-data-in-power-bi-yahoo-finances-hidden-hack</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/unlock-stock-data-in-power-bi-yahoo-finances-hidden-hack</guid>
      <pubDate>Mon, 28 Oct 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Unlock Apple Stock Data in Power BI using a hidden hack from Yahoo Finance! In this tutorial, I reveal a powerful workaround to import historical stock data...</description>
    </item>
    <item>
      <title>Compare 2 Tables for Mismatches with Power Query</title>
      <link>https://maxanatsko.com/blog/compare-2-tables-for-mismatches-with-power-query</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/compare-2-tables-for-mismatches-with-power-query</guid>
      <pubDate>Thu, 19 Sep 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Learn how to use Power Query and M code in Power BI to compare two tables and resolve mismatches in column names and data types. Whether you’re preparing to...</description>
    </item>
    <item>
      <title>Period Table in Power Query</title>
      <link>https://maxanatsko.com/blog/period-table-in-power-query</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/period-table-in-power-query</guid>
      <pubDate>Mon, 02 Sep 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Join me as I show you how to build a Period Table in Power Query to filter your data by Month-to-Date (MTD), Quarter-to-Date (QTD), Year-to-Date (YTD),...</description>
    </item>
    <item>
      <title>How to Add Custom KPI Icons to Power BI: Step-by-Step Guide</title>
      <link>https://maxanatsko.com/blog/how-to-add-custom-kpi-icons-to-power-bi-step-by-step-guide</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/how-to-add-custom-kpi-icons-to-power-bi-step-by-step-guide</guid>
      <pubDate>Mon, 26 Aug 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Today, I’m showing you how to take your Power BI reports to the next level by adding custom KPI icons! Learn how to edit the theme JSON file to incorporate...</description>
    </item>
    <item>
      <title>Solving Power BI Refresh Errors: Using RelativePath for JIRA API Integration</title>
      <link>https://maxanatsko.com/blog/solving-power-bi-refresh-errors-using-relativepath-for-jira-api-integration</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/solving-power-bi-refresh-errors-using-relativepath-for-jira-api-integration</guid>
      <pubDate>Sun, 25 Aug 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Integrating Power BI with JIRA API can greatly enhance data analysis and business intelligence tasks. However, many users encounter data refresh errors when...</description>
    </item>
    <item>
      <title>Fix &apos;Dynamic Data Source&apos; Refresh Errors in Power BI Service with RelativePath</title>
      <link>https://maxanatsko.com/blog/fix-dynamic-data-source-refresh-errors-in-power-bi-service-with-relativepath</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/fix-dynamic-data-source-refresh-errors-in-power-bi-service-with-relativepath</guid>
      <pubDate>Mon, 05 Aug 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Join me as re-work M code for JIRA API extraction using RelativePath to allow data refresh within Power BI Service. If you’re tired of encountering &quot;dynamic...</description>
    </item>
    <item>
      <title>Adding Dynamic Elements to Dumbbell Chart in Vega-Lite</title>
      <link>https://maxanatsko.com/blog/adding-dynamic-elements-in-vega-lite</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/adding-dynamic-elements-in-vega-lite</guid>
      <pubDate>Sun, 28 Jul 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Unlock the full potential of Deneb dumbbell charts in this detailed tutorial. I’ll show you how to add dynamic elements, highlight selected data points, and...</description>
    </item>
    <item>
      <title>Vertical Dumbbell Chart in Deneb</title>
      <link>https://maxanatsko.com/blog/vertical-dumbbell-chart-in-deneb</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/vertical-dumbbell-chart-in-deneb</guid>
      <pubDate>Mon, 22 Jul 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>In this tutorial, I will guide you through building a custom vertical dumbbell chart in Power BI with Deneb and Vega-Lite. From setup to styling, learn how...</description>
    </item>
    <item>
      <title>Calculate Rolling 3-Month Average w/ Disconnected Date Table</title>
      <link>https://maxanatsko.com/blog/calculate-rolling-3-month-average-w-disconnected-date-table</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/calculate-rolling-3-month-average-w-disconnected-date-table</guid>
      <pubDate>Mon, 08 Jul 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>In this detailed walkthrough, I address the challenge of calculating rolling 3-month averages in Power BI with a disconnected date table. Watch as I explain...</description>
    </item>
    <item>
      <title>Deneb Visuals Drilldown Hack</title>
      <link>https://maxanatsko.com/blog/deneb</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/deneb</guid>
      <pubDate>Sun, 30 Jun 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Join me as I walk you through a clever workaround to enable drilldown features in Deneb visuals, which don’t support drilldown/up or field parameters by...</description>
    </item>
    <item>
      <title>PBI’s Dynamic Formatting in Deneb Visual</title>
      <link>https://maxanatsko.com/blog/pbis-dynamic-formatting-in-deneb-visual</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/pbis-dynamic-formatting-in-deneb-visual</guid>
      <pubDate>Sun, 23 Jun 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Learn how to apply dynamic formatting to Deneb visuals in Power BI with this guide. I will walk you through the steps to make your data labels stand out and...</description>
    </item>
    <item>
      <title>Hills and Valleys Chart in Power BI: Step-by-Step</title>
      <link>https://maxanatsko.com/blog/hills-and-valleys-chart-in-power-bi-step-by-step</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/hills-and-valleys-chart-in-power-bi-step-by-step</guid>
      <pubDate>Sun, 02 Jun 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Join me in this step-by-step tutorial on how to use error bars in Power BI to create a Hills and Valleys chart. Learn how to visualize the difference...</description>
    </item>
    <item>
      <title>Optimize Power BI Models Fast with Tabular Editor’s Best Practices Analyzer</title>
      <link>https://maxanatsko.com/blog/optimize</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/optimize</guid>
      <pubDate>Sun, 26 May 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Join me as I show you how to leverage the Best Practices Analyzer in Tabular Editor to ensure your Power BI models are following best practices. Learn how...</description>
    </item>
    <item>
      <title>Version Control w/o Git for Power BI</title>
      <link>https://maxanatsko.com/blog/version-control-without-git-for-power-bi</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/version-control-without-git-for-power-bi</guid>
      <pubDate>Sun, 19 May 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Learn how to achieve effective version control using Microsoft Teams and SharePoint when Git is not available. I will guide you through setting it up and...</description>
    </item>
    <item>
      <title>Multi-Currency Support in Power BI</title>
      <link>https://maxanatsko.com/blog/multi-currency-support-in-power-bi</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/multi-currency-support-in-power-bi</guid>
      <pubDate>Sun, 05 May 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Join me as I delve into the complexities of handling multiple currencies in Power BI. This tutorial covers essential techniques to dynamically format...</description>
    </item>
    <item>
      <title>Dynamic Formatting Simplified</title>
      <link>https://maxanatsko.com/blog/dynamic-formatting-simplified</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/dynamic-formatting-simplified</guid>
      <pubDate>Sun, 28 Apr 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Join me as we dive into optimizing report maintenance in Power BI through centralized dynamic formatting. This video will teach you how to set up a...</description>
    </item>
    <item>
      <title>Ultimate Date Table for Power BI</title>
      <link>https://maxanatsko.com/blog/ultimate-date-table-for-power-bi</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/ultimate-date-table-for-power-bi</guid>
      <pubDate>Sun, 21 Apr 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Join me as I dive into creating the ultimate date table in Power BI using Power Query. This advanced guide is designed for those looking to enhance their BI...</description>
    </item>
    <item>
      <title>JIRA to Power BI Without Paid Connectors</title>
      <link>https://maxanatsko.com/blog/jira-to-power-bi-without-paid-connectors</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/jira-to-power-bi-without-paid-connectors</guid>
      <pubDate>Sun, 14 Apr 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Join me today as I show you how to pull data directly from JIRA into Power BI, simplifying your data management processes. Whether you&apos;re a project manager...</description>
    </item>
    <item>
      <title>Enrolling in Apple Developer Program in 2024: Post-DMA in EU</title>
      <link>https://maxanatsko.com/blog/enrolling-in-apple-developer-program-in-2024-post-dma-in-eu</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/enrolling-in-apple-developer-program-in-2024-post-dma-in-eu</guid>
      <pubDate>Fri, 29 Mar 2024 00:00:00 GMT</pubDate>
      <category>ios-development</category>
      <description>Join me, as I take a pivotal step towards publishing my first app on the App Store by enrolling in the Apple Developer Program. This video provides a...</description>
    </item>
    <item>
      <title>My iOS app is Out!</title>
      <link>https://maxanatsko.com/blog/my-ios-app-is-out</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/my-ios-app-is-out</guid>
      <pubDate>Wed, 27 Mar 2024 00:00:00 GMT</pubDate>
      <category>ios-development</category>
      <description>It’s official - my iOS app is out in the AppStore! 🎉 You can find more details here .</description>
    </item>
    <item>
      <title>Mastering Base64 Image Storage in Power BI for Enhanced Reports</title>
      <link>https://maxanatsko.com/blog/mastering-base64-image-storage-in-power-bi-for-enhanced-reports</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/mastering-base64-image-storage-in-power-bi-for-enhanced-reports</guid>
      <pubDate>Fri, 22 Mar 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Embark on this comprehensive tutorial with me as we master the technique of embedding images in Power BI using base64 encoding. This method ensures your...</description>
    </item>
    <item>
      <title>Extracting Data from Offset-Based APIs with Power BI &amp; M Code</title>
      <link>https://maxanatsko.com/blog/extracting-data-from-offset-based-apis-with-power-bi-amp-m-code</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/extracting-data-from-offset-based-apis-with-power-bi-amp-m-code</guid>
      <pubDate>Mon, 11 Mar 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Join me in a step-by-step guide on extracting data from offset-based paginated APIs using only Power BI and the M language. I&apos;ll show you how to navigate...</description>
    </item>
    <item>
      <title>I made an iOS app | February 2024 Review</title>
      <link>https://maxanatsko.com/blog/i-made-an-ios-app-february-2024-review</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/i-made-an-ios-app-february-2024-review</guid>
      <pubDate>Thu, 07 Mar 2024 00:00:00 GMT</pubDate>
      <category>ios-development</category>
      <description>In February, I embarked on an unexpected detour in my app development and 100 Days of SwiftUI journey, veering into what&apos;s known as &quot;tutorial hell&quot;. The...</description>
    </item>
    <item>
      <title>Extracting Paginated API DATA in power BI</title>
      <link>https://maxanatsko.com/blog/extracting-paginated-api-data-in-power-bi</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/extracting-paginated-api-data-in-power-bi</guid>
      <pubDate>Mon, 04 Mar 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Join me for this hands-on guide on leveraging Power BI&apos;s Power Query and M language for extracting data from page-based paginated APIs. This video is...</description>
    </item>
    <item>
      <title>Extracting Cursor-based API Data in Power BI Without External Tools</title>
      <link>https://maxanatsko.com/blog/extracting-cursor-based-api-data-in-power-bi-without-external-tools</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/extracting-cursor-based-api-data-in-power-bi-without-external-tools</guid>
      <pubDate>Mon, 26 Feb 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>In this comprehensive guide, I delve into the intricacies of cursor-based APIs - a common method for accessing large datasets page by page. What makes this...</description>
    </item>
    <item>
      <title>Life in Squares: A Deneb and Vega Visualization Project in Power BI</title>
      <link>https://maxanatsko.com/blog/life-in-squares-a-deneb-and-vega-visualization-project-in-power-bi</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/life-in-squares-a-deneb-and-vega-visualization-project-in-power-bi</guid>
      <pubDate>Wed, 21 Feb 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Join me on a deeply personal journey as I explore the visualization of life expectancy data using Power BI, Deneb, and Vega. This video details my process...</description>
    </item>
    <item>
      <title>Interactive App-Like Buttons in Power BI</title>
      <link>https://maxanatsko.com/blog/interactive-app-like-buttons-in-power-bi</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/interactive-app-like-buttons-in-power-bi</guid>
      <pubDate>Thu, 15 Feb 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>In the latest tutorial on Introverted Manager, I delve into enhancing your Power BI reports with interactive app-like buttons. This feature allows you to...</description>
    </item>
    <item>
      <title>A Practical Look at Linear Regression in Power BI for Budget Forecasting</title>
      <link>https://maxanatsko.com/blog/a-practical-look-at-linear-regression-in-power-bi-for-budget-forecasting</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/a-practical-look-at-linear-regression-in-power-bi-for-budget-forecasting</guid>
      <pubDate>Sun, 11 Feb 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>In the realm of data analysis and business forecasting, linear regression stands as a pivotal tool, offering insights into future trends based on historical...</description>
    </item>
    <item>
      <title>Quick Guide: Enabling Developer Mode on iOS 17 for Xcode Testing</title>
      <link>https://maxanatsko.com/blog/quick-guide-enabling-developer-mode-on-ios-17-for-xcode-testing</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/quick-guide-enabling-developer-mode-on-ios-17-for-xcode-testing</guid>
      <pubDate>Thu, 08 Feb 2024 00:00:00 GMT</pubDate>
      <category>ios-development</category>
      <description>Hey everyone! My latest video is live on Introverted Manager YouTube channel. This time, I’m diving into how to get your iPhone ready for app testing with...</description>
    </item>
    <item>
      <title>Diving Deep into Swift Navigation and Budget Insights | Weekly Review ep.4</title>
      <link>https://maxanatsko.com/blog/diving-deep-into-swift-navigation-and-budget-insights-weekly-review-ep4</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/diving-deep-into-swift-navigation-and-budget-insights-weekly-review-ep4</guid>
      <pubDate>Sun, 04 Feb 2024 00:00:00 GMT</pubDate>
      <category>ios-development</category>
      <description>Hello-hello, fellow introverts and tech enthusiasts! Maxim here, bringing you another weekly review filled with Swift discoveries and budget musings. Let&apos;s...</description>
    </item>
    <item>
      <title>Mastering Complex Projects with Power BI: A Manager&apos;s Secret Weapon</title>
      <link>https://maxanatsko.com/blog/mastering-complex-projects-with-powerbi</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/mastering-complex-projects-with-powerbi</guid>
      <pubDate>Fri, 02 Feb 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>As project managers, we&apos;re in the business of problem-solving. Every project throws a curveball or two (or ten), and it&apos;s our job to navigate these...</description>
    </item>
    <item>
      <title>Adding UserDefaults &amp; Learning Animations | Weekly Review Ep.3</title>
      <link>https://maxanatsko.com/blog/adding-userdefaults-amp-learning-animations-weekly-review-ep3</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/adding-userdefaults-amp-learning-animations-weekly-review-ep3</guid>
      <pubDate>Mon, 29 Jan 2024 00:00:00 GMT</pubDate>
      <category>ios-development</category>
      <description>100 Days of SwiftUI: The Halfway Mark I&apos;m on day 42 of the &apos;100 Days of SwiftUI&apos; challenge, and this week has been a mix of anticipation and realizations....</description>
    </item>
    <item>
      <title>Diving Into SwiftUI and Revealing My App Idea | Weekly review - ep. 2</title>
      <link>https://maxanatsko.com/blog/weekly-review-ep-2</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/weekly-review-ep-2</guid>
      <pubDate>Mon, 22 Jan 2024 00:00:00 GMT</pubDate>
      <category>ios-development</category>
      <description>Hello, hello, everyone! It’s time for another weekly catch-up. This week, I’m taking you deeper into my journey with Swift, a code review of my recent...</description>
    </item>
    <item>
      <title>Weekly Report - Ep.1</title>
      <link>https://maxanatsko.com/blog/weekly-report-ep1</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/weekly-report-ep1</guid>
      <pubDate>Mon, 15 Jan 2024 00:00:00 GMT</pubDate>
      <category>ios-development</category>
      <description>Learning Swift: A 100-Day Challenge Before diving into the Swift programming language, I sought advice from the Reddit iOS development community. The...</description>
    </item>
    <item>
      <title>From Project Manager to iOS Developer: Leap into iOS Development</title>
      <link>https://maxanatsko.com/blog/leap-into-ios-development</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/leap-into-ios-development</guid>
      <pubDate>Tue, 09 Jan 2024 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>With a solid 15-year tenure in IT and over seven years in project management, I&apos;ve spent a considerable portion of my career bringing others&apos; visions to...</description>
    </item>
    <item>
      <title>Phuket &amp; Madeira Photos</title>
      <link>https://maxanatsko.com/blog/phuket-amp-madeira-photos</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/phuket-amp-madeira-photos</guid>
      <pubDate>Sat, 23 Dec 2023 00:00:00 GMT</pubDate>
      <category>photography</category>
      <description>At the end of the year I had decided to give myself some time off and visited two countries - Thailand and Portugal. Thailand was planned quite...</description>
    </item>
    <item>
      <title>Days Lived vs Remaining</title>
      <link>https://maxanatsko.com/blog/days-lived-vs-remaining</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/days-lived-vs-remaining</guid>
      <pubDate>Tue, 05 Dec 2023 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>I had just published project that was on my mind for a long time. And it hit close to home. Lately I was reflecting about the choices made earlier in life,...</description>
    </item>
    <item>
      <title>Hello, World</title>
      <link>https://maxanatsko.com/blog/hello-world</link>
      <guid isPermaLink="true">https://maxanatsko.com/blog/hello-world</guid>
      <pubDate>Tue, 05 Dec 2023 00:00:00 GMT</pubDate>
      <category>power-bi</category>
      <description>Last time I had my own blog I was 20. Right now I’m 34. I grew, evolved, learned and changed plenty. It’s been hell of a ride. It’s time to go back to the...</description>
    </item>
  </channel>
</rss>