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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
juliamanda
Regular Visitor

Two questions about Matrix visual

Hi,

 

I am trying to build a matrix like in the picture below. The greyed column area would show latest, second latest and third latest Year, Quarter and Month, depending on the level matrix is drilled on. Drilling would not affect on the unit categories (U1, U2, U3).

Matrix.jpg

 

Right now the field panel looks like this and it is not giving the wanted solution since units are showing separately from time periods.

 

juliamanda_0-1690723555194.png

 

So, my questions are:

1. Is there any way to "nest" the unit column under time columns so that it would visible no matter what level the visual is drilled on?

2. How to show only latest three time periods?

 

Thanks in advance! 🙂

 

Julia

1 REPLY 1
juliamanda
Regular Visitor

Until now I have discovered.

 

Filterin TOP3 works but it can be used for only one field inside same matrix.

juliamanda_1-1690732235101.png

 

Visual level measure works with other visuals but not with matrix...

Measure = IF(MAX('Table'[Date])=MAXX(ALL('Table'),[Date]),1)

 

Julia

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors