Forum Discussion
sean_cochran
Resolver I
2 years agoUnable to reference LINESTX table output using SELECTCOLUMN
UPDATE: sample file here. Look at the DAX Query View. I'm developing a calculation item, but using the DAX Query View for testing purposes. I have stored the output of a LINESTX function (which i...
- 2 years ago
It appears there is a bug in the DAX editor. When I view the calculation item in Tabular Editor, it doesn't contain an error. See if you can use the calculation item successfully.
DataInsights
Super User
2 years ago
Try adding the name of the new column:
VAR slope = SELECTCOLUMNS ( line, "Slope1", [Slope1] )
- sean_cochran2 years ago
Resolver I
Same result:
- DataInsights2 years ago
Super User
It appears there is a bug in the DAX editor. When I view the calculation item in Tabular Editor, it doesn't contain an error. See if you can use the calculation item successfully.
- sean_cochran2 years ago
Resolver I
The calculation item worked. I'm very surprised - normally I'm the one at fault. Is there an official process to report bugs like this?