Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
I am wondering if someone can help me with this. I have these 2 date columns, I am looking for a way to retrieve the earlier of 2 dates in a new column.
thanks
Solved! Go to Solution.
aha =, then try
= MIN(MIN('deal'[close_date]), MIN('tier'[deal_close_date]))
try this
= MIN([close_date], [deal_close_date])
thanks I forgot to mention they are from 2 different tables. When I try your solution, I get this error
User | Count |
---|---|
84 | |
76 | |
75 | |
43 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |