ExcelizedFree consultation
INSIGHTS

Practical explanations for better data work.

Articles on Excel, Power BI, Power Query, dashboards, and automation—kept focused enough to use in your next project.

Topic
Language
One Macro, One Full Excel Expenses Dashboard (with Claude AI)
Excel

One Macro, One Full Excel Expenses Dashboard (with Claude AI)

Most expense reports start as a flat table — and stay that way. With a single VBA macro, you can turn that raw Data sheet into a polished, interactive dashboard, with no manual chart-building required. The macro does the heavy lifting. It formats your table, builds seven PivotTables, lays out six KPI cards (total spend, budget, approval rate and more), draws five charts, and wires up Month and Department slicers so everything filters together. A live status bar shows each step as it runs. All...

Read article
Power BI Error Handling: Build Reusable Queries That Work on Any Table
Power BI · Power Query

Power BI Error Handling: Build Reusable Queries That Work on Any Table

Dirty data does not announce itself. It arrives quietly as blank cells, "N/A" placeholders, stray zeros, or entirely empty columns that looked fine in the source system. Left untreated, these inconsistencies silently corrupt your totals, break your relationships, and cause scheduled refreshes to fail at the worst possible moment. This guide shows you how to stop patching issues one column at a time and build a small library of reusable M functions that handle every table inconsistency...

Read article