dax

dax

1079 bookmarks
Custom sorting
DAX coding style using variables - SQLBI
DAX coding style using variables - SQLBI
This article shows how variables in DAX can impact the coding style, simplifying a step-by-step approach and improving the readability of your code. The ne
·sqlbi.com·
DAX coding style using variables - SQLBI
DAX – FILTER inside CALCULATE
DAX – FILTER inside CALCULATE
Powerful and all that CALCUATE is, there is a limitation to the filters that it can apply. In this article we will look at one of these limitations
·theexcelclub.com·
DAX – FILTER inside CALCULATE
Context Transition in DAX for PowerPivot, Power BI
Context Transition in DAX for PowerPivot, Power BI
Context Transition in DAX is when you transform the row context into the filter context.  In order to understand Context Transition a practical knowledge of Row and Filter context is needed, along with a practical knowledge of CALCULATE. Understanding Context Transition is not too complicated, however it is something that DAX users get caught out […]
·theexcelclub.com·
Context Transition in DAX for PowerPivot, Power BI
DAX KEEPFILTERS Plus Bonus Complaining! | Power Pivot | Tiny Lizard
DAX KEEPFILTERS Plus Bonus Complaining! | Power Pivot | Tiny Lizard
I cannot tell a lie.  Nah… that’s a lie.  I just lied.  But I am speaking truth here… I’m excited to write this post today!  I get the rare joy of sharing something cool with you… while doing my favorite thing… complaining about stuff! We are going to talk about the KEEPFILTERS function. Before I …
·tinylizard.com·
DAX KEEPFILTERS Plus Bonus Complaining! | Power Pivot | Tiny Lizard
Using DAX to Normalize Data in Power BI | DataVeld
Using DAX to Normalize Data in Power BI | DataVeld
A challenge to which I infrequently return is attempting to create various “new” chart types using only Power BI’s native visuals. For example, I have tried to replicate a Horizon…
·dataveld.wordpress.com·
Using DAX to Normalize Data in Power BI | DataVeld
VAR: The best thing to happen to DAX since CALCULATE() | Power Pivot | Tiny Lizard
VAR: The best thing to happen to DAX since CALCULATE() | Power Pivot | Tiny Lizard
Varface – Say hello to my little friend I used to use the bad joke, “CALCULATE is the Ummmm of DAX” – like, when you want to start talking/writing out a DAX expression before you really know the answer, you just start typing CALCULATE slowly cuz you know it’s coming – it always does!But now, …
·tinylizard.com·
VAR: The best thing to happen to DAX since CALCULATE() | Power Pivot | Tiny Lizard
Using the SELECTEDVALUE function in DAX - SQLBI
Using the SELECTEDVALUE function in DAX - SQLBI
This article describes how the SELECTEDVALUE DAX function simplifies the syntax required in many scenarios where you need to read a single value selected in
·sqlbi.com·
Using the SELECTEDVALUE function in DAX - SQLBI
DAX SelectedValue function – Kasper On BI
DAX SelectedValue function – Kasper On BI
With the new Power BI desktop release (July 2017) comes a new DAX function called “SelectedValue”, this DAX function is a convenience feature to help you with working with selections. T…
·kasperonbi.com·
DAX SelectedValue function – Kasper On BI
Dynamic Chart Titles In Power BI – Chris Webb's BI Blog
Dynamic Chart Titles In Power BI – Chris Webb's BI Blog
As you probably know, charts (and lots of other visualisations) in Power BI have titles that can be set to any piece of static text. You can do this by selecting the chart, going to the Format tab …
·blog.crossjoin.co.uk·
Dynamic Chart Titles In Power BI – Chris Webb's BI Blog
Defining variables in DAX queries - SQLBI
Defining variables in DAX queries - SQLBI
This article shows how to define variables in DAX queries and introduces the differences in scope when there are multiple EVALUATE statements. If you read
·sqlbi.com·
Defining variables in DAX queries - SQLBI
DAX – Getting the Previous Year to Date Value up to and including the Current Month Selected – Not the entire Previous Year – Gilbert Quevauvilliers – BI blog
DAX – Getting the Previous Year to Date Value up to and including the Current Month Selected – Not the entire Previous Year – Gilbert Quevauvilliers – BI blog
So for this example it is best explained with an image below, then some additional context afterwards If you look above we have got the [Sum of Sales] for Dec 2010-11 NOTE: This I selected in the S…
·gqbi.wordpress.com·
DAX – Getting the Previous Year to Date Value up to and including the Current Month Selected – Not the entire Previous Year – Gilbert Quevauvilliers – BI blog
Use the Power BI quick calcs with your own date table – Kasper On BI
Use the Power BI quick calcs with your own date table – Kasper On BI
Just a quick one today on how you can use the Power BI quick calcs with you own date table. I have a very simple table with a date column in it: Now I want to show the YTD over time (so crossing mu…
·kasperonbi.com·
Use the Power BI quick calcs with your own date table – Kasper On BI
Power BI and Regular Expressions
Power BI and Regular Expressions
I read a quote somewhere along the lines of… If you are trying to solve a problem with regular expressions… you now have two problems This seems a little harsh for a useful tool that ha…
·philseamark.wordpress.com·
Power BI and Regular Expressions
How to compute index numbers at top speed
How to compute index numbers at top speed
This article presents different techniques to compute a rownumber column in DAX based on a specific ranking, comparing slow and optimized approaches. In se
·sqlbi.com·
How to compute index numbers at top speed
Creating Slopegraphs in Power BI | DataVeld
Creating Slopegraphs in Power BI | DataVeld
Did you know that it’s easy to transform Power BI’s Line Chart into a Slopegraph? No DAX or fancy workarounds are required. Slopegraphs are a great way to judge the rate and magnitude o…
·dataveld.wordpress.com·
Creating Slopegraphs in Power BI | DataVeld