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.
Hello power BI community,
I'm looking for a dax formula, that produces the minimum appointment date for a specific contact after the email sent date to that contact. I have highlighted the deiresed result below.
Many thanks
@Moet18 , Try a new column in Table 1
minx(filter(Table2, Table1[Contact ID] =table2[Contact ID] && Table1[email Send Date] <table2[Appointment Date]),Table2[Appointment Date])
if Table A has a one to many relationship with Table B by Contact ID, then the calculated column formula could be =minx(filter(relatedtable(Table B),Table B[Appointment Date]>=Table A[Email sent date]),Table B[Appointment Date])
Have I posted in the right place.
User | Count |
---|---|
23 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
7 | |
6 |