Hey! How you doing guys?
I'd like to know the calculation for a measure that should have the following behaviour:
It should calculate the percentage between the actual number of 'Solicitudes' and the amount of 'Solicitudes' that the previous row had.
The table should show as following:
Estado - Solicitudes - %From previous
1 20 0
2 20 100
3 10 50
4 5 50
Is there any way from DAX to get this done?
Thank you!