Top "Dax" questions

Expression language used in Microsoft Power Pivot, SQL Server Analysis Services Tabular, and Power BI for performing analytical calculations.

DAX Calculate function with and without FILTER

What is the difference in results of CALCULATE function if we use it with and without FILTER function. Suppose we …

powerbi dax
Measure in DAX to calculate YTD for chosen month only for Power BI

How to construct DAX measure to calculate sum of YTD value for specific month? Here we have FactTable grouped by …

powerbi dax measure
Concatenate text with newlines in PowerBI

If I have a column in a table where each cell contains text, how can I push them as output …

powerbi dax m
How to JOIN summarized data from two queries into new table in DAX Power BI

I have 2 queries: Premium: and Losses: How can I simply summarize data from Premium query and LEFT JOIN it to …

powerbi dax powerbi-desktop
DAX - Last Value

I have this table I would like to create measurement get the last traded value for each day. E.g. …

powerpivot dax
Using DATEADD and NOW() together

If I try adding the following Measure into my DimDate table: Past6Months = IF( FIRSTDATE( 'Dates'[FullDate] ) >= DATEADD( NOW(), …

dax
DAX lookup first non blank value in unrelated table

How to lookup the first non blank value in unrelated table. I want an equivalent of: SQL outer apply (select …

powerbi dax daxstudio
PowerPivot: How to identify Max Value per Group in a Calculated Column

I am building a data model within Power Pivot for Excel 2013 and need to be able to identify the max …

excel powerpivot dax
How can I force powerpivot relationshipt to be one-to-one?

Actually, I would be satisfied just getting to pick the direction of the one-to-many. I have one table, the result …

powerpivot dax
Dynamic sum in dax picking distinct values

Below is sample data Week Practice Type capacity Gen 1 BI c 80 0 1 BI c 80 1 1 BI sc 160 1 1 BI pc 240 0 1 BI pc 240 3 1 BI …

excel business-intelligence powerpivot dax