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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors