DAX

DAX

1155 bookmarks
Custom sorting
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
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
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
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
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