Forum Discussion
Change the matrix column names dynamically based on date
Hello,
I have a matrix whose rows are teams and teams members and whose columns are their time utilisation for the current week and the upcoming 11 weeks:
What I want is for the column names to be dynamic, based on the current week. For example, it is the 26th week of the year today, so I'd want the columns' names to be CW26, CW27, ... CW35.
Does anybody know if this is possible in Power BI?
- Anonymous4 years ago
Hi BorislavK ,
Please create a calculated column and drag it into the matrix column field and apply the date filter as shown in the figure.
Week = FORMAT('Table'[Date],"\C\W"&"WW")Attached PBIX file for reference.
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
1 Reply
- AnonymousNot applicable
Hi BorislavK ,
Please create a calculated column and drag it into the matrix column field and apply the date filter as shown in the figure.
Week = FORMAT('Table'[Date],"\C\W"&"WW")Attached PBIX file for reference.
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data