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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have the following table. I would like to create another table which lists an ItemNo and the first date it occured in the table.
| Date | ItemNo |
| 1/1/2022 | 100 |
| 2/2/2022 | 200 |
| 1/1/2022 | 100 |
| 3/3/2022 | 300 |
| 2/2/2022 | 200 |
| 4/4/2022 | 400 |
| 3/3/2022 | 300 |
| 1/1/2022 | 100 |
| 1/1/2022 | 100 |
| 3/3/2022 | 300 |
| 2/2/2022 | 200 |
| 4/4/2022 | 400 |
| 3/3/2022 | 300 |
| 1/1/2022 | 100 |
| 1/1/2022 | 100 |
| 3/3/2022 | 300 |
| 2/2/2022 | 200 |
| 4/4/2022 | 400 |
| 3/3/2022 | 300 |
| 1/1/2022 | 100 |
Solved! Go to Solution.
@DataXcelGPT Try:
Calculated Table = SUMMARIZE('Table', [ItemNo], "Date", MIN('Table'[Date]))
Hi,
Drag Item No to the Table and write this measure
First data = min(Data[Date])
Hope this helps.
Hi,
Drag Item No to the Table and write this measure
First data = min(Data[Date])
Hope this helps.
@DataXcelGPT Try:
Calculated Table = SUMMARIZE('Table', [ItemNo], "Date", MIN('Table'[Date]))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 81 | |
| 66 | |
| 50 | |
| 45 |