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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

Dont show column value in matrix until you drill down

Hello,

I want to represent invoice date when in matrix rows are expanded and you see invoice number and invoice date. Issue is that I need to show either First or Last value when it is not expanded and it can be confusing to end user. How do I show that value as blank until it gets expanded?

 

Current situation:

 

lukaspocius_1-1670852182891.png

After drill down

 

lukaspocius_2-1670852201413.png

What it should look like is (edited with paint):

lukaspocius_3-1670852249917.png

lukaspocius_4-1670852283389.png

 

 

 

1 ACCEPTED SOLUTION
Bifinity_75
Solution Sage
Solution Sage

Hi @Anonymous , try this:

Earliest date measure = SWITCH(TRUE(),
ISINSCOPE("Your column with data AHA-..."),
max(Table[Earliest date)],""
)


You will have to create a new identical measure for the other date

 

Best regards

View solution in original post

2 REPLIES 2
Bifinity_75
Solution Sage
Solution Sage

Hi @Anonymous , try this:

Earliest date measure = SWITCH(TRUE(),
ISINSCOPE("Your column with data AHA-..."),
max(Table[Earliest date)],""
)


You will have to create a new identical measure for the other date

 

Best regards

Anonymous
Not applicable

Thank you very much. This is exactly what I needed!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.