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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.