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
In PowerBI, column labels of matrices cannot dynamically return specified values.
But you can create an auxiliary table to store the values of all possible column labels, and then use the feature of auto hiding the corresponding column when the matrix column is empty to achieve the goal.
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~