Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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
Solved! Go to Solution.
@DataCruncher123 , A new table like this?
Summarize(Table,Table[Case], "Date", min(Table[Date create final]))
@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 🙂
⭕ 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]))
thanks a lot! 🙂
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
11 | |
10 | |
10 | |
10 |
User | Count |
---|---|
18 | |
13 | |
12 | |
11 | |
8 |