Forum Discussion
feralvarez994
Helper II
4 years agoChange dax name by selecting value
Hi everyone! I have a SWITCH dax that returns different values depending on the user selection, the thing is that i want to show different names by the value chosed by the user. This is the syntax of...
v-yanjiang-msft
Community Support
4 years agoHi feralvarez994 ,
According to your description, your formula is not creating a dynamic measure name, but dynamic value based on different condition. As ribisht17 mentioned, dynamic measure name can't be created. If you want to get the expected result, you can create a new table like this:
Put it in the Matrix Columns, then create a measure use SWITCH like yours to calculate the different values according to the new column.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.