Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
77 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
100 | |
93 | |
52 | |
50 | |
48 |