Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.