Brent JonesNov 19SQLBI Mastering DAX Workshop ReviewI recently had the pleasure of attending SQLBI's 3 day Mastering DAX Workshop. Read on below for my thoughts!
Brent JonesOct 30Calculation Groups in Power BI DesktopCalculation groups can now be authored directly in Power BI desktop!
Brent JonesAug 20Do You Need Relationships For Power BI? A Look Into The Disconnected Model Paradigm.This may be blasphemous to even ask, but... do you really need to join your tables in the first place?
Brent JonesMar 18The Best Guide to FILTER() and CALCULATETABLE() DifferencesIn this article, I clearly layout the differences when using FILTER or CALCULATE TABLE.
Brent JonesOct 6, 2022Calculating Business Days and Hours Between Two Dates (DAX)Power BI DAX has a function called "NETWORKDAYS()". However it does not calculate hours. If you need to calculate hours, you can use this...
Brent JonesNov 16, 2021Power BI: How to show different date calculations on the same date axis.Let's say you have a ticketing system and you want to show a count of tickets based on their created date and also on their completed date.