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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join 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-...

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-...

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
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

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.