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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Change Matrix Display

Hello,

 

I have a matrix that I am trying to change to meet a particular format. What I would like is to show:

 

Cases 

18/19/20

 

Then

 

Margin 

18/19/20

 

then Avg/Case

18/19/20

 

Is there a way to adjust this?Matrix Change.PNG

1 ACCEPTED SOLUTION
jdbuchanan71
Super User
Super User

Hello @Anonymous 

This is not currently available although there is at least one submitted idea for it that you can vote for.

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/34743634-move-up-values-field-on-column-matrix

The workaround is to create filtered measures so you would have three measures for each group and you would add each to the matrix in the order you wanted.

2018 Cases = CALCULATE ( [Cases], KEEPFILTERS ( Dates[Fiscal Year] = 2018 ) )
2019 Cases = CALCULATE ( [Cases], KEEPFILTERS ( Dates[Fiscal Year] = 2019 ) )
2020 Cases = CALCULATE ( [Cases], KEEPFILTERS ( Dates[Fiscal Year] = 2020 ) )

 etc.

Not ideal but it will work.

 

 

 

View solution in original post

2 REPLIES 2
jdbuchanan71
Super User
Super User

Hello @Anonymous 

This is not currently available although there is at least one submitted idea for it that you can vote for.

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/34743634-move-up-values-field-on-column-matrix

The workaround is to create filtered measures so you would have three measures for each group and you would add each to the matrix in the order you wanted.

2018 Cases = CALCULATE ( [Cases], KEEPFILTERS ( Dates[Fiscal Year] = 2018 ) )
2019 Cases = CALCULATE ( [Cases], KEEPFILTERS ( Dates[Fiscal Year] = 2019 ) )
2020 Cases = CALCULATE ( [Cases], KEEPFILTERS ( Dates[Fiscal Year] = 2020 ) )

 etc.

Not ideal but it will work.

 

 

 

Anonymous
Not applicable

@jdbuchanan71 Thank you for the response. I'll follow up on your link.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.