Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Filtering a particular column based on parameter

Following are my column headers: I have a parameter which dynamically changes everyday, i want my dashboard to use a different column based on the parameter value. That is, if my parameter has...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Rather than unpivot, I transposed the data to have the dates in rows, and filtered the row based on the parameter
    Column1 is the transposed date column, MaxDate is my parameter.


    I did another transpose again, to get it back as a column