Forum Discussion
Dynamic Column Name changed by the selected Year & Month
- 2 years ago
hi, Young_G_Han
There no direct posiibility to create such things but you can make a new measure for selected year and make card visual and overlap it in measure or column name
like below
make new measure for selected year onlyselected year =SELECTEDVALUE('Data Date'[Year])make a new card visual and drag above measure here then resize it and disable catagorical label
overlap it on column where you want to use for selected year total and avg. like below imagehere yellow color is card visual after resize it and red color is measure name
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
hi, Young_G_Han
There no direct posiibility to create such things but you can make a new measure for selected year and make card visual and overlap it in measure or column name
like below
make new measure for selected year only
overlap it on column where you want to use for selected year total and avg. like below image
here yellow color is card visual after resize it and red color is measure name
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dear Dangar332
Nice idea. I supposed that would not be easy.
But your idea is reasonable.
Thank you.