Forum Discussion
iz08
4 years agoNew Member
DAX dynamic dimension value (calculated column value) based on measure defined by slicer
Hello DAX fellows I am trying to create a dimension (table column) that changes its value based on selected slicer value. The use case is: Select an X value and for each row of table calculat...
AlexaderMilland
Helper III
3 years agoDid you ever resolve this?
NoSpaces
3 years agoNew Member
Hi, I'm the original poster.
I didn't win this one, because DAX doesn't support such functionality.
I worked around that one by using either a numeric slicer or a hardcoded value in the calculated column.
Don't remember the exact solution because the project had been finished a year ago.
- AlexaderMilland3 years ago
Helper III
Yeah thinking I need to use a hardcoded calculated column unfortunately