Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
how to add new column using DAX which returns all the date values including duplicate dates based on created dates column from another table
Solved! Go to Solution.
Hi @vat2do ,
Does @amitchandak 's method help you? If so, please mark his answer as a soultion to close the case. If not, please provide more details with your desired output.
How to Get Your Question Answered Quickly
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @vat2do ,
Does @amitchandak 's method help you? If so, please mark his answer as a soultion to close the case. If not, please provide more details with your desired output.
How to Get Your Question Answered Quickly
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@vat2do , I think you create two columns
In Table 1 from Table 2
Maxx(filter(Table2, Table1[ID] = Table2[ID]) , Table2[Date])
Minx(filter(Table2, Table1[ID] = Table2[ID]) , Table2[Date])
refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8