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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
DataCruncher123
Frequent Visitor

Create a new table with first date

DataCruncher123_0-1610627075070.png

Hi, 

 

I want to create a new table from this one where all my cases are listed (only once) with the first date.

 

Can someone help me? 🙂

 

BR

1 ACCEPTED SOLUTION

@DataCruncher123 , A new table like this?

Summarize(Table,Table[Case], "Date", min(Table[Date create final]))

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

4 REPLIES 4
Fowmy
Super User
Super User

@DataCruncher123 

You can create a new table using the following code, it will remove duplicates except for the 1st record.

NewTable  = Distinct('Your Table')

________________________

If my answer was helpful, please click Accept it as the solution to help other members find it useful

Click on the Thumbs-Up icon if you like this reply 🙂


Website YouTube  LinkedIn

 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

That doesn't solve the problem. I need a table that shows the distinct cases and for each case the first date

 

@DataCruncher123 , A new table like this?

Summarize(Table,Table[Case], "Date", min(Table[Date create final]))

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

thanks a lot! 🙂

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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