Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

How to change header column name based on filter input

Hi Team,

Have input filter like bellow

in above screen , when i select filter as week wise am getting column names also week wise 

 

when i changed to month , i got column names as month name .

 

 

please help on this issue.

4 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    HI Anonymous 

     

    I would use the cards if it is required.

    create a measure as below.

    measure1 = SELECTEDVALUE(table[column name of the filter])

    and display it in a card for each required data point.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks for reply.

      Could you please help with example. In my report am using direct query to get data and preparing report.