Forum Discussion

Mp1977's avatar
Mp1977
Icon for Helper II rankHelper II
4 years ago
Solved

Dynamically change a column in a measure

hi ! I have a table with 3 columns: Date, Sales and Cost. I need to create the measures for sales and cost. in fact, too many of them. My question is possible to dynamically change a column ...
  • mahoneypat's avatar
    4 years ago

    You'll need to use the SWITCH approach with a disconnected table, or a better way is to use a calculation group.


    Pat