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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
Community Champion
Community Champion

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
Community Champion
Community Champion

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

Power BI Monthly Update - September 2025

Check out the September 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 Kudoed Authors