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 guys,
I need help to calculate only the last date by NR_RESERVA:
For example, the expected result for the number AFC10000055 is: 11/04/2022 because this is the last date for this key number.
I need it in the measure or in the column. So the model needs to calculate the last date for each key number
Solved! Go to Solution.
@yforti - I think you can just do as:
Measure =
CALCULATE(
MAX(TableName[Date]),
ALLEXCEPT(TableName,TableName[Group])
)
Proud to be a Super User!
@yforti - I think you can just do as:
Measure =
CALCULATE(
MAX(TableName[Date]),
ALLEXCEPT(TableName,TableName[Group])
)
Proud to be a Super User!
Output can be a table?
Try summarize NR_RESERV and then lastdate(date) for the second column.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.