Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
how can I rename a column header in a matrix visual (or alternatively create a new column within matrix visual) when the column header represents a column VALUE (but not a column itself!) of the underlying data table.
See example: the data table has a column 'Status' (with values like '1_cancelled', '2_lost', '3_won',...). That several stati are shown/splitted up as columns in the matrix visual. I would like to rename that column headers/status values, e.g. from '1_new' into 'NEW' etc...
Is this possible to do w/o changing the underlying datatable (which is centrally updated every night).
If not possible to rename directly, maybe a solution could be to add a custom column in this matrix visual ?
thanks.
Solved! Go to Solution.
Hi @Catrice
You need to have the new column names in a column. You can add a new table similar to below 'Dim Status' which has new status names in a column and the corresponding old names in another column. Create a relationship between two tables on the common [Status] column, with 'Dim Status' filtering the original table.
Then use 'Dim Status' table's [Status Name] column (the new name column) in the matrix visual as Column field.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
thanks a lof for very detailled and well description
Hi @Catrice
You need to have the new column names in a column. You can add a new table similar to below 'Dim Status' which has new status names in a column and the corresponding old names in another column. Create a relationship between two tables on the common [Status] column, with 'Dim Status' filtering the original table.
Then use 'Dim Status' table's [Status Name] column (the new name column) in the matrix visual as Column field.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
User | Count |
---|---|
98 | |
78 | |
77 | |
49 | |
26 |