Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Matrix Formatting

Hello,

 

I have a few questions about formatting in the matrix.

 

1. How can I hide these totals for the category (row) marked in blue (Financials)? I don't want any numbers to appear in there.

2. How can I color all "cells" in columns vPY and vOP (marked in green)? For some reason, the color appears only for the values and this looks ugly with a white background on the category name level.

3. You can also notice, that the horizontal grid between, for example, Backlog Turns and Idle Backlog (or Idle Backlog % and On-hold Backlog) is lighter or thinner than the ones between Backlog & Backlog Turns or On-hold Backlog and On-hold Backlog %. Do you know how to make it equal thick? 

 

Here is my measure for "Current" column:

Value-CY-Txt = 
FORMAT(
    calculate(sum('fact_Metrics'[Value]),'dim_Calendar'[Date].[Year]=2020,'fact_Metrics'[Scenario]="Actual"),
        SWITCH (
            TRUE (),
                MAX(dim_Metrics[Data Type])="Ratio", "0.0%",
                MAX(dim_Metrics[Data Type])="Currency","$#,0",
                max(dim_Metrics[Data Type])="Number","0",
                max(dim_Metrics[Data Type])="Decimal","0.0"
                )
)
 

 

Matrix.png

5 REPLIES 5
Anonymous
Not applicable

thank you for your reply, but it doesn't help. Does anyone have any other suggestions?

Anonymous
Not applicable

Seriously, no option to remove the subtotals from the rows or to color whole column without white spaces... ?

Hi @Anonymous ,

 

See if this video helps you.

 

Some cool tricks for matrix visualization

 

https://www.youtube.com/watch?v=58a2rIV2nYg

 

Regards,

Harsh Nathani

DataInsights
Super User
Super User

Hello,

 

You might try the custom visual Financial Reporting Matrix. It gives you more control over formatting, etc.

 

https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA200000642?tab=Overview 

 

Wiki: https://github.com/Profitbase/PowerBI-visuals-FinancialReportingMatrix/wiki





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.