Model Your Data in Power BI: Star Schemas, Filter Flow & Field Lists

Video by: Reid Havens

Plenty of Power BI issues that look like DAX issues start one layer down, in the model. The formula is correct, the relationship underneath it isn't doing what you assumed, and you spend an afternoon rewriting a measure that was never the problem.

This one covers the foundation the rest of it sits on. Why a model beats one giant flat table (smaller storage, better compression, faster refresh, and filter paths you get without writing any code), how dimensions and facts split the who-what-when-where from the numeric events, and what actually happens when someone picks a value in a slicer and that filter travels down the relationship into the fact table.

Then star versus snowflake, compared on the four things that decide it in practice: query performance, DirectQuery latency, how long the DAX ends up, and whether business users can find a field without asking someone. Star wins on all four. I also get into why the snowflake version keeps turning up anyway, since it usually arrives from a source system rather than from a decision anyone made.

The last section is the one that gets skipped. Every visual in Power BI generates a query with three ingredients (filter, group, summarize), and once that clicks, a wrong number stops being mysterious. After that it's the fields list itself: friendly names instead of cgo_key_fk, display folders, hidden keys, and descriptions that surface as tooltips. It sounds cosmetic, but an unreadable fields list is how you end up with six competing Excel copies of the same report.

Demystifying Databricks AI Coworker (w/ Youssef Mrini)

LIVESTREAM DATE/TIME πŸ“…

September 11th - 9:30 AM (Pacific Time)

DESCRIPTION πŸ“„

As enterprise AI transitions from basic conversational interfaces to context-aware execution, AI coworkers are redefining how organizations interact with their data ecosystem.

In this session, we demystify the paradigm of Databricks AI Coworker and examine how agentic workflows adapt to diverse operational needs, from plain-language business automation and decision support to code-first data engineering and developer pipelines.

GUEST BIO (Youssef Mrini) πŸ‘€

Youssef Mrini is a Developer Advocate at Databricks focused on empowering teams to build on the Databricks Data+AI Platform. His work centers on the Databricks Ecosystem such as AI/BI, Unity Catalog, Delta Lake, and native agentic workflows like Genie. Youssef produces deep-dive technical tutorials, and production-ready guidance dedicated entirely to maximizing value on Databricks.

RELATED CONTENT πŸ”—

Next Gen Lakehouse
Youssef on LinkedIn
Youssef on YouTube

Posted on August 31, 2026 and filed under Livestreams, Databricks, AI.

Modern DAX in Power BI: UDFs, Window Functions, INFO & More (Part 4)

Video by: Reid Havens

DAX has shipped more new surface area since 2022 than in the five years before it, and most of that never made it into anyone's habits. Part 4 of the series covers the five additions that change how you actually write code, where each one earns its keep, and where it still falls short.

User-defined functions are the headline. Reusable, parameterized DAX stored as a model object, so the pattern you keep copying between six measures finally lives in one place. We build one, call it with and without default parameters, and get into the limitations that are still there in the current release.

From there it's window functions (OFFSET, INDEX, WINDOW, RANK, ROWNUMBER) for row-relative math that time intelligence can't reach, INFO functions for querying your own model metadata as a table, EVALUATEANDLOG for debugging without littering the model with temporary measures, and dynamic format strings that follow context instead of sitting fixed on the measure.

The last stretch runs through the smaller additions that still come up: TREATAS, GROUPBY, DETAILROWS, ERROR, and TOCSV/TOJSON. None of them need a section of their own, but skipping them leaves gaps.

RELATED CONTENT πŸ”—

DAX Foundations Guide (Series Part 1)
DAX Context Guide (Series Part 2)
DAX Patterns Guide (Series Part 3)
DAX Modern Guide (Series Part 4)

Posted on August 25, 2026 and filed under DAX, Analytic Endeavors.

Building to Teach: AI-Assisted Tools for Data Viz Education (w/ Ben Ferry)

LIVESTREAM DATE/TIME πŸ“…

September 4th, 2026 - 9:30 AM (Pacific Time)

DESCRIPTION πŸ“„

What if you could use your own expertise and AI to build a tool that didn't exist yet? Ben did exactly that.

He built Ferry Tales Studio, a browser-based Vega-Lite chart editor for Power BI and Deneb users, using Claude Code to design, iterate, and ship something genuinely useful. In this live demo, Ben walks through the tool and explains why he built it: to give people a hands-on way to learn data visualisation by doing.

The takeaway: you don't need to be a software engineer to build tools that teach.

GUEST BIO (Ben Ferry) πŸ‘€

Ben Ferry is a Senior Analytics Consultant at Solita Germany with a passion for data visualisation and making it more accessible. Through Power BI Ferry Tales, he creates content and tools to help the data community grow. Ferry Tales Studio, built with Claude Code, is his latest example of how practitioners can use AI to ship real, useful products without a traditional engineering background.

RELATED CONTENT πŸ”—

Power BI Ferry Tales
Ben Ferry LinkedIn
Ben on Bluesky