DAX

DAX

1155 bookmarks
Custom sorting
PowerPivot – A sample of custom Median & Mode function – Frankie Yuen : Share my experience
PowerPivot – A sample of custom Median & Mode function – Frankie Yuen : Share my experience
Please note the performance is not optimized for a very large dataset, try with your own data. Create a Median Meausre [Lowerbound] =MINX( FILTER( VALUES( BoxOffice[TicketsSold]), CALCULATE( COUNTROWS( BoxOffice ), BoxOffice[TicketsSold] = COUNTROWS( BoxOffice ) / 2 ), BoxOffice[TicketsSold]) [Upperbound]=MINX( FILTER( VALUES( BoxOffice[TicketsSold]), CALCULATE( COUNTROWS( BoxOffice ), BoxOffice[TicketsSold]
·blogs.msdn.microsoft.com·
PowerPivot – A sample of custom Median & Mode function – Frankie Yuen : Share my experience
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
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
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
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
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
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
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
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
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
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