dax

dax

1079 bookmarks
Custom sorting
Context Transition and Expanded Tables - SQLBI
Context Transition and Expanded Tables - SQLBI
This article describes how table expansion and filter context propagation are important DAX concepts to understand and fix small glitches in DAX expressions
·sqlbi.com·
Context Transition and Expanded Tables - SQLBI
Solved: Count occurence of text in column and then Sum the... - Microsoft Power BI Community
Solved: Count occurence of text in column and then Sum the... - Microsoft Power BI Community
Hello everyone, hope someone can help. I'm pretty new to Power BI and Dax so I'm just getting my head around the common data modelling concepts. I've created a few calculated columns and measures etc.   However, I'm wondering the best way to acheive the following.....   I have a datasource (guarante...
·community.powerbi.com·
Solved: Count occurence of text in column and then Sum the... - Microsoft Power BI Community
Solved: Find out Value of filter and use in Measure - Microsoft Power BI Community
Solved: Find out Value of filter and use in Measure - Microsoft Power BI Community
Hi,   I have a measure which uses   =-CALCULATE ( SUM ( Budget[Budget Data] ), FILTER ( ALL ( 'Sagecalcodes' ), INT('Sagecalcodes'[Year]) = YEAR(TODAY()) )) This only gives me 2017, so if someone goes back to 2016 it still shows 2017, how would I get what date is on the filter in...
·community.powerbi.com·
Solved: Find out Value of filter and use in Measure - Microsoft Power BI Community
this article
this article
UPDATE 2017-07-12: please note this article was written in 2010, there are now better ways to obtain the same result. Please read these articles: Physical and Virtual Relationships in DAX and Propagate filters using TREATAS in DAX PowerPivot supports
·sqlblog.com·
this article
filter propagation
filter propagation
This chapter from "The Definitive Guide to DAX: Business intelligence with Microsoft Excel, SQL Server Analysis Services, and Power BI" covers evaluation contexts, which are the basis of all of the advanced features of DAX.
·microsoftpressstore.com·
filter propagation
Filter Arguments in CALCULATE - SQLBI
Filter Arguments in CALCULATE - SQLBI
A filter argument in CALCULATE is always an iterator. Finding the right granularity for it is important to control the result and the performance. This arti
·sqlbi.com·
Filter Arguments in CALCULATE - SQLBI
Solved: DAX: Retrieve Fields Based on Time and Employee - Microsoft Power BI Community
Solved: DAX: Retrieve Fields Based on Time and Employee - Microsoft Power BI Community
Hi,   I have two tables, a movements data and a raw data.   The movements data keeps track of which department the employee had been in a particular duration or to which supervisor he was reporting to in any given duration as well (the table might explain better, and it only show movement of one emp...
·community.powerbi.com·
Solved: DAX: Retrieve Fields Based on Time and Employee - Microsoft Power BI Community
Dynamic Segmentation – DAX Patterns
Dynamic Segmentation – DAX Patterns
DAX Patterns is a collection of ready-to-use data models and formulas in DAX, which is the programming language of PowerPivot. Create your Excel data model faster by using a DAX pattern!
·daxpatterns.com·
Dynamic Segmentation – DAX Patterns
The IN operator in DAX - SQLBI
The IN operator in DAX - SQLBI
This article describes the IN operator in DAX, which simplifies logical conditions checking whether a certain value is included in a list of values or expre
·sqlbi.com·
The IN operator in DAX - SQLBI
this blog post I wrote 2.5 years ago
this blog post I wrote 2.5 years ago
By Matt Allington Intro from Rob Many of you already know of Matt Allington and his background as BI Director for Coca-Cola Asia Pacific.  Matt recently fl
·powerpivotpro.com·
this blog post I wrote 2.5 years ago
Introducing SUMMARIZECOLUMNS - SQLBI
Introducing SUMMARIZECOLUMNS - SQLBI
This article explains how to use SUMMARIZECOLUMNS, which is a replacement of SUMMARIZE and does not require the use of ADDCOLUMNS to obtain good performance
·sqlbi.com·
Introducing SUMMARIZECOLUMNS - SQLBI
Compare equivalent periods in DAX - SQLBI
Compare equivalent periods in DAX - SQLBI
If you do not have a full month with data, comparisons such as year-over-year (YOY) might require particular filters in order to do a like for like comparis
·sqlbi.com·
Compare equivalent periods in DAX - SQLBI
Working with Inline Tables and Using IN Operator in Filter
Working with Inline Tables and Using IN Operator in Filter
It’s is often handy to be able to define a table in line with your calculation. Apparently, you can do it in DAX using the following syntax: { value1, value1, value3} The statement above crea…
·businessintelligist.com·
Working with Inline Tables and Using IN Operator in Filter
Solved: Finding value related to latest Date - Microsoft Power BI Community
Solved: Finding value related to latest Date - Microsoft Power BI Community
Hi guys.   I have a table with these columns:   Item No, Date, and Price   I want to add a fourth column, Latest Price. Latest Price looks at all rows with the same Item No, finds the latest Date out of all those rows, and gives me the Price from that row.     Item No Date Price Latest Price 12345 J...
·community.powerbi.com·
Solved: Finding value related to latest Date - Microsoft Power BI Community
Group By Computed Columns - SQLBI
Group By Computed Columns - SQLBI
In any version of DAX, you can aggregate data by grouping one or more columns using SUMMARIZE and/or ADDCOLUMNS. In Excel 2016, Power BI Desktop, and Analys
·sqlbi.com·
Group By Computed Columns - SQLBI
Related Distinct Count – DAX Patterns
Related Distinct Count – DAX Patterns
DAX Patterns is a collection of ready-to-use data models and formulas in DAX, which is the programming language of PowerPivot. Create your Excel data model faster by using a DAX pattern!
·daxpatterns.com·
Related Distinct Count – DAX Patterns