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
av9
Helper III
Helper III

Calculate first deposit date based on value in row date

Hi,

I'm trying to calculate first deposit date for each of the 4 customers in the table below. As you can see my data provided each month is in the sample format below. Any help appreciated.

 

CustomerDateDeposit
A12/31/2018200.00
B12/31/2018100.00
A1/31/2019200.00
B2/28/2019100.00
C2/28/201950.00
A3/31/2019200.00
B3/31/2019100.00
C3/31/201950.00
D3/31/201925.00
1 ACCEPTED SOLUTION
AlB
Super User
Super User

Hi @av9 

Try this, where Table1 is the table you show:

1. Place Table1[Customer] in the rows of a matrix visual

2. Create this measure and place it in values of the matrix visual

 

FirstDepositDate = MIN(Table1[Date])

 

View solution in original post

2 REPLIES 2
AlB
Super User
Super User

Hi @av9 

Try this, where Table1 is the table you show:

1. Place Table1[Customer] in the rows of a matrix visual

2. Create this measure and place it in values of the matrix visual

 

FirstDepositDate = MIN(Table1[Date])

 

Thanks that worked. 

 

I used Edit Interactions to make sure page level slicers were ignored.

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.