Forum Discussion
Dynamic Column Header
- 1 year ago
Hi powerbiexpert22,
Power BI currently doesn't support the column headder change dynamically. But there is a workaround keep the text boxes on column headder and group them all together. You can achive your requirement.Measure 1(For selected year) = "Revenue for " & SELECTEDVALUE('DateTable'[Year]) Measure 2(For previous year) = "Revenue for " & SELECTEDVALUE('DateTable'[Year])-1Thanks,
If you found this solution helpful, please consider giving it a Like👍 and marking it as Accepted Solution✔. This helps improve visibility for others who may be encountering/facing same questions/issues.
Hi powerbiexpert22,
Power BI currently doesn't support the column headder change dynamically. But there is a workaround keep the text boxes on column headder and group them all together. You can achive your requirement.
Measure 1(For selected year) = "Revenue for " & SELECTEDVALUE('DateTable'[Year])
Measure 2(For previous year) = "Revenue for " & SELECTEDVALUE('DateTable'[Year])-1
Thanks,
If you found this solution helpful, please consider giving it a Like👍 and marking it as Accepted Solution✔. This helps improve visibility for others who may be encountering/facing same questions/issues.