-1
Good morning,
I need to create a measure that makes the following calculation:
(Line value)/(Initial value)
However the calculation should be done respecting the ID (not divided by values of other Ids, and the base should be dynamic with the date filter).
Below the table format I have (all data are columns in the database).
As an example, the first values of ID 9 should be: (3,21/3,21) = 1; (3,24/3,21) = 1,009.
I created several measures but did not succeed in the execution of the task.
Thanks in advance.
Good morning, it’s just that in this case I need to divide the bottom value by the top, so it wouldn’t work. Thank you
– Rubens Cordeiro
got it, I’ll take a look here to see how and q does it. I remember q in excel has like
– Felipe Cruz