Forum Discussion
ACraig08
3 months agoHelper III
Remove Matrix Table Column Title
I have the following matrix table: Rows: Fiscal Year Columns: Quarter Halves Values: % and Count I am trying to figure out how to hide the "Quarter Halves" column title (highlighted a...
- 3 months ago
Power BI doesn't have a direct "hide this specific column group header" toggle, but you can make "Quarter Halves" disappear cleanly.
Best Workaround (Recommended):
- Select your Matrix visual.
- In the Visualizations pane, go to Format your visual (paint roller icon).
- Expand Column headers.
- Under Text color, set it to the same color as your report page background (usually white or whatever your background is). → This hides the text "Quarter Halves" while keeping the sub-headers ("First Half" / "Second Half") visible.
- (Optional but cleaner) Also in Column headers:
- Set Background color to match the page background as well.
- Adjust Font size if needed.
Alternative Options:
- Rename the field in the Columns area of the visual to a single space (" ") or multiple spaces. Sometimes this removes or minimizes the header text.
- If you want to hide all column headers (including First/Second Half), go to Column headers → toggle Column headers Off.
AI assisted for clarity of wording
Murtaza_Ghafoor
3 months agoSuper User
In Microsoft Power BI Matrix visuals, the “Quarter Halves” text is the column field header. Sadly, there is currently no direct built-in option to hide only that single column group title while keeping the actual column values visible.
However, there are a few practical workarounds that usually solve this cleanly:
Workaround 1 (Best Option): Rename the Field to a Blank Character:
This is the most used approach.
In the Fields pane, right-click your Quarter Halves field.
Choose Rename for this visual.
Rename it to:
a single space " "
If this helps, ✓ Mark as Kudos | Help Others