Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
51 views

I am currently working on a DAX query and would like to enhance it by adding an additional filter before selecting the columns. The filter I want to apply is as follows: EVALUATE VAR StartDate = ...
K_mns's user avatar
  • 711
1 vote
1 answer
245 views

I am struggling to add a filter to this DAX CALCULATETABLE/SUMMARIZE code in POWER BI. Unfortunately, I get the following error: Function SUMMARIZE expects a column name as argument number 6 I have ...
Peter Beckett's user avatar
0 votes
0 answers
86 views

I have a calculated table within a report that consists of the latest 12 months revenue and a total of those 12 months. This automatically updates when the data is refreshed. The code used for the ...
Sarah Bennet's user avatar
1 vote
1 answer
256 views

I have the following calculated table : MyCalculatedTable = DISTINCT ( SELECTCOLUMNS ( FILTER ( 'Dim A', LEFT('Dim A'[Group],1) = "B" && ...
user avatar