Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 29 | |
| 27 |