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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
hi,
I have manage to do the sum of values above other table's max date, using a new colum.
Not sure what we want to get out. Please provide an example.
The current column can be used as dim. And you can create some count on it
Or do you need a measure like
Sunmitted count = IF(concluded[date]>MAX(reported[Date]);"not_submited";"submited")
Hello,
What i want is sum all dates above the last submited date.
ty.
Hi @Anonymous
Please share a sample of your data in a format that can be copied (paste it into the post from excel, not a screenshot), and disclose your desired results.