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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 35 | |
| 34 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 137 | |
| 102 | |
| 68 | |
| 66 | |
| 64 |