Earlier this week I did a live stream event. I put out a poll and asked people to tell me what topic they wanted me to talk about. The options were Calculated Columns vs Measures Tips for Excel users moving to Power BI Using Variables in your DAX The overwhelming [...]Read More »
Variables can simplify your DAX code, help with debugging and help improve performance. To use variables in your DAX measure you need to declare a variable using the VAR keyword, give the variable a name, and then assign an expression to the variable. You can use multiple variables in a measure but when using variables […]
Deep dive into measure filters in Power BI Desktop - SQLBI
When you use a measure as a filter in a Power BI visual, the DAX code generated might show a different behavior whether the measure is part of the values sh
Showing DAX Expressions When Using Power BI Datasets (Live) — Havens Consulting
Video by: Reid Havens Learn how to display DAX expressions in the description tooltip - when hovering over the measure in the fields list. This can be applied to all measures easily and effortlessly using Tabular Editor . Related Content External Tool - Tabular Editor External Tool
Calculating handling time during office hours | Cloudadpt
From time to time, I stumble upon data that have a starting and an ending time. It could be opportunities in a CRM system, time between an email arrived in you mailbox until it was responded to or a …
Checking Boolean conditions while creating a like for like comparison in DAX – Unplugged #36 - SQLBI
This video shows how to create a like for like comparison in DAX comparing equivalent periods, and how to correctly implement a Boolean condition in a calcu
One Click Calculation Group in Power BI - Guy in a Cube
Calculation Groups in Power BI can be amazing! Patrick shows you how you can create these common patterns with just one click using Tabular Editor. Blog: https://www.esbrina-ba.com/time-intelligence-the-smart-way/ Calculation Groups: https://docs.microsoft.com/analysis-services/tabular-models/calculation-groups?view=asallproducts-allversions Tabular Editor: https://tabulareditor.com
Controlling drillthrough in Excel PivotTables connected to Power BI or Analysis Services - SQLBI
This article describes how to customize the drillthrough experience in Excel PivotTables connected to Power BI datasets or Analysis Services databases. When
Increasing DAX Filter Speed and Efficiency | Purple Frog Systems
To understand how a filter can affect performance, first we need to understand what a filter is. A filter is a temporary table that is created on demand, held in memory, and then used as a reference for the function being filtered. The rows of the temporary filter table are all DISTINCT. This is because […]
What to Do When Calculation Groups Break Your Measures (PowerBI Tutorial) – business intelligist
Unfortunately, it does happen… You have just added a new calculation group/calculation item to your model and all of the sudden, some of the visuals on your report stop working. Usually, the main r…
Count Stints for Employees - DAX Challenge - Goodly
Recently while working on a consulting project, I came across a very interesting problem. It was interesting enough, that I am passing it on to you. Consider this Employee Data The data represents an employee role for each month, since the employee’s joining date. Each row means 1 employee assigned to a certain role [...]
Michael Kovalsky on LinkedIn: GitHub - m-kovalsky/Tabular: Useful code for tabular modeling and
Version 1.1 of the #exportreportobjects script has been released! With this version, the script will identify unused objects (measures/columns within your...
Finding the lowest value and highlighting in DAX | Power BI - Guy in a Cube
Sometimes you want to highlight the lowest value in a Power BI visual. First you need to find it! Then you can highlight it. What if you want to ANIMATE it? Patrick shows you how to do just that! ALLSELECTED() article: https://www.sqlbi.com/articles/the-definitive-guide-to-allselected/
Mysteries of filtering by Measure Value and a Calc Group Workaround
It is possible to filter a matrix by a measure, but may lead to unexpected results. See one such case and a possible workaround with a calculation group.
Checking Boolean conditions while creating a like for like comparison in DAX - SQLBI
In DAX, optimizations and data types do not always play nice and can leave you dealing with surprises. In this short article, we see an example of how mixin
Microsoft Hates Greg's Quick Measures - Microsoft Power BI Community
Microsoft Hates Greg's Quick Measures Image concept and credit: Rocket Deckler Introduction Today I am announcing the availability of a new External Tool for Power BI Desktop, "Microsoft Hates Greg's Quick Measures" or MSHGQM for short. This tool more than doubles the number of Quick Measures avail...
As an extension to my recent article on base conversions in DAX, I thought I’d show how these conversion calculations can be used to help you perform bitwise calculations in DAX. At present, there …
I recently came across a real head-scratcher of a question on Stack Overflow. This post is an expansion of the answer I gave there. The goal is to provide a useful model to understand filter context. This is foundational knowledge for any aspiring DAXter (DAXist?) and is required to understand CALCULATE properly.
Adding Dynamic [DAX] Analytics Lines to Native Visuals in Power BI — Havens Consulting
Video by: Reid Havens Learn how to add [DAX] measure driven values the y-axis constant lines . Allow us to essentially recreate multiple analytics lines that can be configurable by user slicer selections in Power BI. RELATED CONTENT 🔗 Positive/Negative Line Colors