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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All, I have a data set that contain 3 columns (for the example)
Shipping ID, invoice number & invoice date, I want to create a calculeted column that will bring per each shipping ID the earliest date that assosiate with his invoices, pic below for the example, thx !
Solved! Go to Solution.
Download PBIX file with the example below
New Inv Date =
VAR _id = [Shipping ID]
RETURN
CALCULATE(MINX('DataTable', 'DataTable'[Inv Date]), FILTER(('DataTable'), 'DataTable'[Shipping ID] = _id))
Regards
Phil
Proud to be a Super User!
Download PBIX file with the example below
New Inv Date =
VAR _id = [Shipping ID]
RETURN
CALCULATE(MINX('DataTable', 'DataTable'[Inv Date]), FILTER(('DataTable'), 'DataTable'[Shipping ID] = _id))
Regards
Phil
Proud to be a Super User!
Check out the November 2025 Fabric 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!