Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
vat2do
Helper III
Helper III

how to return a range of date in column using DAX including all the duplicate date values

 

 

how to add new column using DAX which returns all the date values including duplicate dates based on created dates column from another table

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

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.

amitchandak
Super User
Super User

@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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors