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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
vat2do
Helper II
Helper II

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.