dax

dax

1079 bookmarks
Custom sorting
How about a FIRSTDATE()? - PowerPivotPro
How about a FIRSTDATE()? - PowerPivotPro
How about a FIRSTDATE()? - PowerPivotPro via Instapaper http://www.powerpivotpro.com/2014/10/how-about-a-firstdate/
·powerpivotpro.com·
How about a FIRSTDATE()? - PowerPivotPro
Semi-Additive Measures in DAX - SQLBI
Semi-Additive Measures in DAX - SQLBI
Values such as inventory and balance account, usually calculated from a snapshot table, require the use of semi-additive measures. In Multidimensional you have specific aggregation types, like
·sqlbi.com·
Semi-Additive Measures in DAX - SQLBI
DAX Time Intelligence Functions
DAX Time Intelligence Functions
Time intelligence functions are an advanced feature of DAX. They are typically composite functions built on top of other more basic DAX features and have more stringent requirements for the structure
·mdxdax.blogspot.com·
DAX Time Intelligence Functions
Year over Year in DAX - SAMEPERIODLASTYEAR needs a filter scope
Year over Year in DAX - SAMEPERIODLASTYEAR needs a filter scope
16 Feb 2015 1:08 PM This week I'm working to create a measure to count the total commits in a repository. I thought it was working until I looked at the grand total and found something was off.
·blogs.msdn.com·
Year over Year in DAX - SAMEPERIODLASTYEAR needs a filter scope
DAX/Power BI Reference Notes
DAX/Power BI Reference Notes
Get with Jason on Active Partners/Active MarginSO_OppoturnityCW: 0F68B2LT: 348C35 or 50B848QL: 775EA6 or 836AB8LicenseValue - in Instance, grouping of Licensce or Package, CustCol...
·notes.pinboard.in·
DAX/Power BI Reference Notes
Total Margin Items
Total Margin Items
Total Margin for Power BI in Sales_opps_wonTotal Margin = IF([ProdType]= "product" , [qty]*[margin], [Margin])Total Margin for SSMS in Sales_opps_wonsum(CASE WHEN [ProdType] = 'Product' t...
·notes.pinboard.in·
Total Margin Items
Using SelectColumns() To Alias Columns In DAX
Using SelectColumns() To Alias Columns In DAX
A few years ago I wrote this post on how to alias columns in a table in DAX, using a combination of AddColumns() and Summarize(). The good news is that in Excel 2016/the Power BI Designer/SSAS Tabular…
·blog.crossjoin.co.uk·
Using SelectColumns() To Alias Columns In DAX
Simple Linear Regression
Simple Linear Regression
This measure allows you to predict dependent values Y from independent values X. NAME: Simple linear regression DESCRIPTION: Estimate Y values based on X values. PARAMETERS: Name: Category Tooltip: Th…
·community.powerbi.com·
Simple Linear Regression
Killer Tips to Write Harder Measures
Killer Tips to Write Harder Measures
Level: Intermediate Background I was reading the questions at http://community.powerbi.com today and saw an interesting question. In short the OP wanted to know if there was a way to identify (via a m…
·exceleratorbi.com.au·
Killer Tips to Write Harder Measures
Measure vs Calculated Column: The Mysterious Question? Not!
Measure vs Calculated Column: The Mysterious Question? Not!
Despite all articles, blog posts, and videos on the topic of DAX Measures and Calculated columns, I still hear here and there that people ask what is the difference between Measure and Calculated Colu…
·radacad.com·
Measure vs Calculated Column: The Mysterious Question? Not!
DAX UNICHAR Function in Power BI
DAX UNICHAR Function in Power BI
I first learnt about the new DAX UNICHAR function in Power BI by reading Chris Webb’s blog (which was also the inspiration for this article today). One of the uses of the UNICHAR function is to be abl…
·exceleratorbi.com.au·
DAX UNICHAR Function in Power BI