dax

dax

1079 bookmarks
Custom sorting
Week Is Not So Weak: WTD, Last WTD, and This Week vs Last Week
Week Is Not So Weak: WTD, Last WTD, and This Week vs Last Week
Objective: We would like to have WTD(Week Till Date) Last WTD and This Week vs Last Week. Dataset: We have taken Sales data. The data is from April 2018 till April 2020. We have created a date Calendar. Steps: We create a Date Calendar With Monday to Sunday Week, with the following week-related...
·community.powerbi.com·
Week Is Not So Weak: WTD, Last WTD, and This Week vs Last Week
The (ALL, ALLSELECTED & ALLEXCEPT) Code
The (ALL, ALLSELECTED & ALLEXCEPT) Code
For someone utterly new to Power BI, and especially for those who have been using Excel, understanding DAX can be an overwhelming experience. At least, it was for me. It took me some time to grasp the concepts, filter and row contexts, and the CALCULATE function. One of the standard requirement...
·community.powerbi.com·
The (ALL, ALLSELECTED & ALLEXCEPT) Code
Debug Power BI aggregations with DAX Studio - Kasper On BI
Debug Power BI aggregations with DAX Studio - Kasper On BI
A quick post today. Sometimes you will be mystified why your aggregations are not getting hit. There is no clear-cut answer to why. The best way to find the underlying...
·kasperonbi.com·
Debug Power BI aggregations with DAX Studio - Kasper On BI
Format Your DAX Formulas Easily With Our New DAX Clean Up Tool
Format Your DAX Formulas Easily With Our New DAX Clean Up Tool
We are working hard at Enterprise DNA to build a number of tools that can assist Power BI users in their development work. Today we are excited to announce the release of our DAX Clean Up Tool Why a new tool to format DAX formulas? One of the biggest hurdles that any Power BI user faces when they start developing reports and dashboards is attempting to understand how DAX formulas and DAX code work. WeContinue reading
·flip.it·
Format Your DAX Formulas Easily With Our New DAX Clean Up Tool
Optimizing card visuals in slow Power BI reports - SQLBI
Optimizing card visuals in slow Power BI reports - SQLBI
This article describes how to optimize a slow Power BI report that has a large number of card visuals, by obtaining the same graphical layout with a smaller
·sqlbi.com·
Optimizing card visuals in slow Power BI reports - SQLBI
Organizing Functions in a Power BI Custom Data Connector
Organizing Functions in a Power BI Custom Data Connector
The more complex a Power BI Custom Data Connector gets, the more cumbersome the main Power Query file becomes. Without the ability to make a true “project” structure and include or dire…
·flip.it·
Organizing Functions in a Power BI Custom Data Connector
Expression Based Formatting in DAX
Expression Based Formatting in DAX
There was a very subtle but important change made in the April 2020 release of Power BI Desktop that you may have missed. Take a look in the format pane on the right in the image below – do you see it? Note the “new” function buttons? When I say [...]Read More »
·exceleratorbi.com.au·
Expression Based Formatting in DAX
Handling customers with the same name in Power BI - SQLBI
Handling customers with the same name in Power BI - SQLBI
This article explains how to show different customers with the same name in a Power BI report by using zero-width spaces, thus simplifying the presentation
·sqlbi.com·
Handling customers with the same name in Power BI - SQLBI
Phil Seamark on DAX
Phil Seamark on DAX
I received feedback on my recent blog post on single-column fusion asking about a curious syntax used in the solution. I promised I would do a deeper dive on why it works in my next blog, so here it …
·flip.it·
Phil Seamark on DAX
New DAX functions (June 2020)
New DAX functions (June 2020)
This blog post lists the new financial DAX functions introduced in June 2020.
·xxlbi.com·
New DAX functions (June 2020)
Power BI, DAX, and relational division - a common search task with a nerdy name
Power BI, DAX, and relational division - a common search task with a nerdy name
A common search strategy has to combine multiple items with an AND instead of the default OR. This Power BI file contains two DAX measures solving a search operation with the fancy name: relational division
·minceddata.info·
Power BI, DAX, and relational division - a common search task with a nerdy name
COVID-19 dashboard in Power BI: Offset the curve
COVID-19 dashboard in Power BI: Offset the curve
In my last tutorial here, you learned how to apply a dynamic running average in DAX. In this part, you will learn how to offset the daily new confirmed cases vertically and horizontally. Horizontal offset - Normalize cases by population Different countries were affected differently by COVID-19. The most common analytic challenge in comparing between…
·datachant.com·
COVID-19 dashboard in Power BI: Offset the curve
COVID-19 dashboard in Power BI: Running Averages
COVID-19 dashboard in Power BI: Running Averages
In my last tutorial here, you learned how to apply a What-If technique to calculate the estimated active cases of COVID-19. In this part, you will learn how to run running averages to smooth the trend lines of any measure you use. Our analytics objective is simple. The daily new COVID-19 confirmed cases can fluctuate…
·datachant.com·
COVID-19 dashboard in Power BI: Running Averages
Phil Seamark on DAX
Phil Seamark on DAX
I received feedback on my recent blog post on single-column fusion asking about a curious syntax used in the solution. I promised I would do a deeper dive on why it works in my next blog, so here i…
·dax.tips·
Phil Seamark on DAX
Calculating Elapses Business Hours Using DAX Part 2
Calculating Elapses Business Hours Using DAX Part 2
I have learnt a lot over my 50 something years in life, and one of my greatest learnings is that “it doesn’t matter how much you already know, there is still more to learn”. Hopefully this is one of the reasons you read my blog – because you want to [...]Read More »
·exceleratorbi.com.au·
Calculating Elapses Business Hours Using DAX Part 2
Calculating Business Hours Using DAX
Calculating Business Hours Using DAX
I was helping a client this past week to calculate the total business hours between a start date/time and an end date/time, taking into account the working days, public holidays and non-working weekends, etc. As is often the case, I thought it would be a great blog article that I [...]Read More »
·exceleratorbi.com.au·
Calculating Business Hours Using DAX
Power BI & DAX: How to Compare Timeseries with Different Start Dates
Power BI & DAX: How to Compare Timeseries with Different Start Dates
Let’s say you want to compare time series of two product launches that are six months apart. Plotting data chronologically will not be very user friendly. The best way to do it is to plot the…
·businessintelligist.com·
Power BI & DAX: How to Compare Timeseries with Different Start Dates
DAX Patterns, Second Edition - SQLBI
DAX Patterns, Second Edition - SQLBI
LAUNCH OFFER: the books on Amazon, Apple, and Google stores have a reduced price (35% discount) until August 31, 2020. Starting September 1, 2020, the ebook
·sqlbi.com·
DAX Patterns, Second Edition - SQLBI
Generating Row Number in Power BI Visualization Using DAX
Generating Row Number in Power BI Visualization Using DAX
I have previously explained how to generate a row-number using Power Query. That method is good for pre-calculating row-numbers in the table. However, sometimes, you want to calculate the row number in a visual, based on something dynamic. That is where DAX comes handy. Let's see how this is possible. Sample model I have a…
·radacad.com·
Generating Row Number in Power BI Visualization Using DAX
Creating KPIs in Power BI Desktop - SQLBI
Creating KPIs in Power BI Desktop - SQLBI
This article describes how to create Key Performance Indicators (KPI) in a Power BI Desktop data model by using Tabular Editor. Starting from the July 2020
·sqlbi.com·
Creating KPIs in Power BI Desktop - SQLBI