Forum Discussion
Dynamic Label in the Table for Measure based on Selected Date
- 9 months ago
Hi FBu_Gavin
Power BI doesn't currently support dynamic column headers. You can either superimpose a card on the column headers or use a disconnected table containing a column that has all the possible combinations of the date (formatted as text - dd/mm/yy, etc ) and your metric name and use a measure to determine which column values to return.
Please see the attached sample pbix.
Hi FBu_Gavin
Power BI doesn't currently support dynamic column headers. You can either superimpose a card on the column headers or use a disconnected table containing a column that has all the possible combinations of the date (formatted as text - dd/mm/yy, etc ) and your metric name and use a measure to determine which column values to return.
Please see the attached sample pbix.
- FBu_Gavin9 months agoRegular Visitor
Thanks for the PBIX file! I’m currently using a card placed above the header, but your disconnected table approach gives me an alternative way to look at this issue.
Cheers