Hi Guys
I'm designing some metrics that change depending on what the column label is. Below is a simple example demonstrating the problem:
Column Labels = January, February, March etc...
I would like put the following into a dax function where ??????? is a function that returns the column label name:
=SWITCH(???????, "January", CALCULATE(...), "February", CALCULATE(...), "March",CALCULATE(...)Thanks!!!</pre>
I'm designing some metrics that change depending on what the column label is. Below is a simple example demonstrating the problem:
Column Labels = January, February, March etc...
I would like put the following into a dax function where ??????? is a function that returns the column label name:
=SWITCH(???????, "January", CALCULATE(...), "February", CALCULATE(...), "March",CALCULATE(...)Thanks!!!</pre>