Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
User | Count |
---|---|
97 | |
73 | |
69 | |
43 | |
23 |