Forum Discussion

apurva989's avatar
apurva989
Frequent Visitor
4 years ago

Dynamic column name change using DAX

Hi All,

I have a calculated column as show below:

What I wish to do is to switch the column name along with the value based on the Stage field. When Stage = "CY", the column name should be "CY Cycle Time" otherwise it should be "Total Cycle Time".

 

Is this possible to change using DAX?

Thanks for your help!

1 Reply

  • smpa01's avatar
    smpa01
    Community Champion

    apurva989Changing Column name dunamically is not possible to my knowledge. Column name is user input values.