dax

dax

1079 bookmarks
Custom sorting
The hidden secrets of TOTALYTD
The hidden secrets of TOTALYTD
DAX has many time intelligence functions that are often redundant, offering different shorter syntaxes for longer more generic functions. However, sometimes
·sqlbi.com·
The hidden secrets of TOTALYTD
Side effects of the Sort By Column setting in DAX
Side effects of the Sort By Column setting in DAX
The Sort By Column feature in Power BI causes side effects that are important to know when writing a DAX formula. This article explains these side effects a
·sqlbi.com·
Side effects of the Sort By Column setting in DAX
Using VALUE parameter in RANKX
Using VALUE parameter in RANKX
Many of us who have used this function have rarely if ever seen the VALUE argument of RANKX function in use. This post explores a very interesting use of this “VALUE” parameter BUT FIRST …LETS RECALL THE BASICS Here is the link to official Microsoft documentation RANKX takes the followin...
·community.powerbi.com·
Using VALUE parameter in RANKX
Build as they talk - PowerPivotPro
Build as they talk - PowerPivotPro
I read this blog (and Matt Allington, and Ken Puls) pretty religiously. But PowerPivotPro is probably my favorite because it deals with a lot of real-world situations, not just technical solutions. So, I’m going to continue that theme and talk about a different kind of problem-solving. How many of you build
·powerpivotpro.com·
Build as they talk - PowerPivotPro
Dates differences between Excel and DAX - SQLBI
Dates differences between Excel and DAX - SQLBI
DAX supports dates starting in 1900 and while teaching DAX I always explain that DAX manages dates like Excel, which is the reason why these limitations exi
·sqlbi.com·
Dates differences between Excel and DAX - SQLBI
Expression-based Conditional Formatting
Expression-based Conditional Formatting
The August 2018 release of the Power BI Desktop adds expression-based conditional formatting rules to the conditional formatting options available for table and matrix visuals. As this is a general…
·insightsquest.com·
Expression-based Conditional Formatting
Dax: Back to the basics
Dax: Back to the basics
Figure 1 View outside of my home office window May 2nd, 2018 Fairbanks, Alaska. Intro Hello, my name is Matthew Brice and I am guest broadcasting from my home office (via tape delay) in Fairbanks, Ala…
·powerpivotpro.com·
Dax: Back to the basics
Optimizing nested iterators in DAX
Optimizing nested iterators in DAX
This article describes possible optimization approaches to improve the performance of nested iterators in DAX. One of the possible reasons the execution of
·sqlbi.com·
Optimizing nested iterators in DAX
Creating a Hyperlink with filters through DAX
Creating a Hyperlink with filters through DAX
Thanks to two recent Power BI features it now possible to generate a link on the fly using DAX to go to a new report and pass in any filters. (Alsop imagine linking to your favorite SSRS report !) …
·kasperonbi.com·
Creating a Hyperlink with filters through DAX
QuickTip – Split a delimited text into a Table in DAX
QuickTip – Split a delimited text into a Table in DAX
Today I was challenged with a problem and did not find an easy solution to it online, so I decided to write this quick post on it. The challenge was to create a measure in Table1 that would sum on Tab…
·ruiromanoblog.wordpress.com·
QuickTip – Split a delimited text into a Table in DAX
Showing KPI’s in a table or Matrix with Power BI
Showing KPI’s in a table or Matrix with Power BI
Got a question today on how we can do KPI’s in the matrix or table with Power BI, just like we can with PowerPivot through the KPI functionality there. This is where the great SVG trick from…
·kasperonbi.com·
Showing KPI’s in a table or Matrix with Power BI
Measure Ranking and Aggregations
Measure Ranking and Aggregations
There have been a lot of posts over the years about how to use RANKX to create a measure, but not so many about how to use RANKX to create a measure that ranks a measure. In addition, nothing really definitive on how to aggregate measures. This post is intended to fix that. Essentially, a measure ...
·community.powerbi.com·
Measure Ranking and Aggregations
Calculating Quartiles with DAX and Power BI
Calculating Quartiles with DAX and Power BI
Like many of my blog posts, this post is inspired by some work I was doing with a customer who had a requirement to calculate quartiles of a ranked set of data. So I thought I’d take a few minutes …
·sqldusty.com·
Calculating Quartiles with DAX and Power BI
Using Dax to create a KPI - PowerPivotPro
Using Dax to create a KPI - PowerPivotPro
Not long after I started my career in FP&A, I became interested in KPI development. It’s a natural progression I think: you get the budgeting, forecasting, and reporting under control, and then you begin to dig a little deeper. When I got to this slightly more advanced understanding of FP&A, I started to see
·powerpivotpro.com·
Using Dax to create a KPI - PowerPivotPro
The Greatest Formula in the World, Part One - PowerPivotPro
The Greatest Formula in the World, Part One - PowerPivotPro
“Play Write the greatest song formula in the world, or I’ll eat your souls.”-From “Tribute,” by Tenacious DAX A Do-It-Yourself Time Machine You remember the Great Precedence Project? Well, I have shelved it for now, for two reasons: Creating an exhaustive list of all the precedence rules in PowerPivot
·powerpivotpro.com·
The Greatest Formula in the World, Part One - PowerPivotPro
Use Boolean columns to add simple filters to your DAX Measures
Use Boolean columns to add simple filters to your DAX Measures
Power BI Measures are a great way to calculate aggregations and summaries of your data. This article explains how you can use Boolean columns to add simple filters to your DAX Measures, and so make it…
·bi.suntico.com·
Use Boolean columns to add simple filters to your DAX Measures
Power BI Report Challenge – Last Activity Date
Power BI Report Challenge – Last Activity Date
This week I’m doing something a little bit different. I wanted to post a challenge that I think could apply to many business scenarios, and see the different approaches that people might take…
·victorrocca.com·
Power BI Report Challenge – Last Activity Date
Automated Testing Using Dax for Power BI
Automated Testing Using Dax for Power BI
How often do you think about quality checking your reports? Sounds about as fun as listening to a lecture from Ferris Bueller’s professor, right? Why Test? Quality testing is one of those things that …
·powerpivotpro.com·
Automated Testing Using Dax for Power BI
Parent-Child RLS and Semi-Additive DAX
Parent-Child RLS and Semi-Additive DAX
In this week’s episode of Insight Quest, Anna, the team BI manager, has assigned two work items to Brett, the BI developer, as part of the current sprint. The first task is to develop and tes…
·insightsquest.com·
Parent-Child RLS and Semi-Additive DAX
Solution – Last Activity Date
Solution – Last Activity Date
Earlier this week I posted a challenge for creating a dynamic date filter using DAX. If you want to see the challenge first and see if you can solve it, check out that post first. If you just want …
·victorrocca.com·
Solution – Last Activity Date
Using Dax To Handle Multiple Parent Hierarchies - PowerPivotPro
Using Dax To Handle Multiple Parent Hierarchies - PowerPivotPro
A common accounting task is to consolidate the financial results of subsidiary companies into combined results of a parent company. A parent company can have one or multiple subsidiaries. Each subsidiary can also have one or multiple subsidiaries beneath it. The relationships between parent companies and subsidiaries
·powerpivotpro.com·
Using Dax To Handle Multiple Parent Hierarchies - PowerPivotPro
DAX – Getting the Start Date of the following Week
DAX – Getting the Start Date of the following Week
I was recently doing some work for a customer where they wanted to compare their date to the start date of the following week. They also had a requirement to persist the data to the dataset. I thou…
·fourmoo.com·
DAX – Getting the Start Date of the following Week
DAX Guide – the reference I had been wanting
DAX Guide – the reference I had been wanting
If you have read the book Alberto and I wrote, “The Definitive Guide to DAX” then by looking at the title you might think that this post is about the bo
·sqlbi.com·
DAX Guide – the reference I had been wanting