Forum Discussion
TOTALES POR MES
- Anonymous5 years ago
Hi Anonymous
Create new two measures / Crea dos nuevas medidas.Month = FORMAT(('Table'[Date]),"MMMM")Value_Sum = Sum('Table'[Value])
Your desired output is here :
Su salida deseada está aquí:Respondí tu pregunta? ¡Marque mi publicación como una solución! ¡Apreciamos tus felicitaciones!
Si esta publicación ayuda, considere Aceptarla como la solución para ayudar a los demás miembros a encontrarla más rápidamente.
Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
Create new two measures / Crea dos nuevas medidas.
Month = FORMAT(('Table'[Date]),"MMMM")Value_Sum = Sum('Table'[Value])
Your desired output is here :
Su salida deseada está aquí:
Respondí tu pregunta? ¡Marque mi publicación como una solución! ¡Apreciamos tus felicitaciones!
Si esta publicación ayuda, considere Aceptarla como la solución para ayudar a los demás miembros a encontrarla más rápidamente.
Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
Hola...
Me muestra este error al crear la primera medida
"No se puede determinar un valor único para la columna 'FECHA' en la tabla 'REPORTE_E2'. Esto puede suceder cuando una fórmula de medida hace referencia a una columna que contiene muchos valores sin especificar una agregación, como min, max, count o sum, para obtener un resultado único."
El formato de la columna fecha esta en DATE
- Anonymous5 years agoNot applicable
Intenta crear una columna calculada.
Try to create a calculated column - v-easonf-msft5 years agoCommunity Support
Hi, Anonymous
Can you tell me whether our problem has been solved?
Currently, there is no description in the thread. If you still need help, please share more details with us.
If you are using a measure, you can also try to change the original measure to the following formula:
Month = FORMAT ( SELECTEDVALUE ( 'Table'[Date] ), "MMMM" )Best Regards,
Community Support Team _ Eason