Forum Discussion
Standef
2 years agoHelper I
DAX table with dynamic values based on measures
Hello everyone, I am trying to have a table written in dax, with MIN and MAX values of a measure. I have a measure that varies based on several slicers; I woul dlike to have a table that automat...
lbendlin
2 years agoSuper User
You should not create calculated columns from measures. You cannot create calculated tables from measures (unless it is a single row single column table). In both cases your measure will use a non-existent filter context.
The maximum you can do is create a table variable as an intermediate step in a measure definition.