Hola,
Necesito dividir las filas por el total de la columna, es decir: 18/103, 15/103, 46/103, etc. Estos datos los necesito para obtener un porcentaje para hacer otra medida.
Muchas gracias de antemano y un saludo!
Solved! Go to Solution.
Prueba:
% sobre total =
VAR _Total = CALCULATE ([Oportunidades Venta Nueva], ALL( Tabla [Razón para el estado]))
RETURN
DIVIDE([Oportunidades Venta Nueva], _Total)
Proud to be a Super User!
Paul on Linkedin.
Prueba:
% sobre total =
VAR _Total = CALCULATE ([Oportunidades Venta Nueva], ALL( Tabla [Razón para el estado]))
RETURN
DIVIDE([Oportunidades Venta Nueva], _Total)
Proud to be a Super User!
Paul on Linkedin.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
183 | |
68 | |
64 | |
57 | |
55 |
User | Count |
---|---|
181 | |
103 | |
89 | |
74 | |
70 |