Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

change generateseries order

I have this dax code   var ....   Return UNION(ROW(Value,1), Row(Value,2), GENERATESERIES( Last5Years, SelectedYear, 1) , SUMMARIZECOLUMNS(Cost Season Code))   That create this table ...