Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
i wish to sum a volume where the dates in a coloumn equals a certain date (Calculated from another measure)
This does not seem to work
Oldest Date Volume =
VAR Volume =
CALCULATE(
SUM(DATA[Volume]),
[Oldest Date] = DATA[Date of Receipt]
)
Return
Volume
Solved! Go to Solution.
@NewbieJono , Try like
Oldest Date Volume =
VAR Volume =
CALCULATE(
SUM(DATA[Volume]),
filter(DATA, [Oldest Date] = DATA[Date of Receipt])
)
Return
Volume
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@NewbieJono , Try like
Oldest Date Volume =
VAR Volume =
CALCULATE(
SUM(DATA[Volume]),
filter(DATA, [Oldest Date] = DATA[Date of Receipt])
)
Return
Volume
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
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 |
|---|---|
| 97 | |
| 76 | |
| 52 | |
| 51 | |
| 46 |