An Argument for Multiple Dates Tables in Power BI

Imagine you’re analyzing a company’s sales data. You have a sale date, a delivery date, and an invoice date. You want to compare trends based on when sales occurred versus when orders were delivered, and you need filters and aggregations for both. What’s the best way to model this? The Problem with a Single Calendar

Top 11 Power BI Productivity Hacks

“Work smart, not hard” is a powerful aphorism of universal application. In this article, I share what I have learned about increasing productivity in Power BI. I won’t be sharing tips or tricks on speeding up queries or creatively formatting visuals. My focus is to share high-level lessons with intermediate and advanced Power BI professionals

Power BI Best Practice: Leverage Dedicated Views and Schemas for Data Retrieval

When retrieving data from a relational source like SQL Server, always use views to decouple reports from the underlying database table structure. Avoid embedding queries directly within reports. From a maintenance and development perspective, updating a view is more efficient and less error-prone than modifying a report query and republishing the report. Additionally, if possible,