Forum Discussion
carlwright1234
5 years agoNew Member
Columna Promedio adicional
Hola Estoy tratando de agregar una columna Promedio adicional por mes a una nueva tabla como se muestra en la hoja de cálculo a continuación. Así que cada mes muestra las ventas mensuales, luego ...
- Anonymous5 years ago
Hola @carlwright1234 ,
Compruebe la fórmula.
Column = 'Table'[2020 total] / CALCULATE ( COUNTROWS ( FILTER ( UNION ( SELECTCOLUMNS ( 'Table', "value", 'Table'[20-Jan] ), SELECTCOLUMNS ( 'Table', "value", 'Table'[20-Feb] ), SELECTCOLUMNS ( 'Table', "value", 'Table'[20-Mar] ), SELECTCOLUMNS ( 'Table', "value", 'Table'[20-Apr] ), SELECTCOLUMNS ( 'Table', "value", 'Table'[20-May] ), SELECTCOLUMNS ( 'Table', "value", 'Table'[20-Jun] ), SELECTCOLUMNS ( 'Table', "value", 'Table'[20-Jul] ), SELECTCOLUMNS ( 'Table', "value", 'Table'[20-Aug] ), SELECTCOLUMNS ( 'Table', "value", 'Table'[20-Sep] ), SELECTCOLUMNS ( 'Table', "value", 'Table'[20-Oct] ), SELECTCOLUMNS ( 'Table', "value", 'Table'[20-Nov] ), SELECTCOLUMNS ( 'Table', "value", 'Table'[20-Dec] ) ), [value] <> BLANK () ) ) )El resultado se mostraría como se muestra a continuación.
Saludos
Jay
amitchandak
Super User
5 years ago@carlwright1234 , No se puede agregar promedio al final.
Pero para la visualización híbrida con la columna de matriz y medir probar
https://community.powerbi.com/t5/Community-Blog/Creating-a-custom-or-hybrid-matrix-in-PowerBI/ba-p/1354591
https://community.powerbi.com/t5/Quick-Measures-Gallery/The-New-Hotness-Custom-Matrix-Hierarchy/m-p/963588#M428
y votar por la Mesa Híbrida
https://ideas.powerbi.com/ideas/idea/?ideaid=9bc32b23-1eb1-4e74-8b34-349887b37ebc