Forum Discussion
Anonymous
3 years agoNot applicable
Lastdate
Hello Team, I need help creating a table to show the last balance for my products. My table looks like the below: Date Description Balance 11/11/2022 A 30 11/11/2022 B 25 10...
- 3 years ago
Anonymous Here is the solution, hope it helps.
You can refer to the below also.
Anonymous
3 years agoNot applicable
Hi Anonymous ,
Here are the steps you can follow:
1. Create calculated table.
Table 2 =
FILTER(
ALL('Table'),
'Table'[Date]=MAXX(FILTER(ALL('Table'),'Table'[Description]=EARLIER('Table'[Description])),[Date]))
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly