Forum Discussion
problema con Medida
Hola a todos espero puedan ayudarme,
tengo 2 paginas
1 una donde muestro una tabla con clients y su venta
2 donde al selecionar el periodo el cliente me debe mostrar su venta
tengo problema para calcular una medida que me de la venta tomando en cuenta el filtro periodo, pero excluyendo el filtro de cliente.
- Anonymous3 years ago
Hi Arimael ,
Please try this mesaure.
Total ventas = CALCULATE(SUM('Table'[ventas]),ALL('Table'[nombrecliente]))Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
2 Replies
- AnonymousNot applicable
Hi Arimael ,
Please try this mesaure.
Total ventas = CALCULATE(SUM('Table'[ventas]),ALL('Table'[nombrecliente]))Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
- ArimaelHelper I
MUchas Gracias por tu repuesta me funcionó a la perfecccion, un saludo