dax

dax

1079 bookmarks
Custom sorting
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...
Power_BI_tips·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...
Power_BI_tips·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
Power_BI_tips·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.
Power_BI_tips·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
Power_BI_tips·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...
Power_BI_tips·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!
Power_BI_tips·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
Power_BI_tips·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
Power_BI_tips·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
Power_BI_tips·sqlbi.com·
Introducing SUMMARIZECOLUMNS - SQLBI
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...
Power_BI_tips·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
Power_BI_tips·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!
Power_BI_tips·daxpatterns.com·
Related Distinct Count – DAX Patterns