Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Syndicate_Admin
Administrator
Administrator

Sumarize la medida what-if

Hola

Necesito resumir este ejemplo

table_whatif.valores_1

dim_table_1.columna_a

dim_table_2.columnas_b

dim_table_3.columnas_c

fact_table_4.columnas_d

medida1(fact_table_4[columns_d] * table_whatif[values_1]

¿Es posible?

resumir(

dim_table_1.column_a,

dim_table_2.columns_b,

dim_table_3.columns_c,

medida1(fact_table_4[columns_d] * table_whatif[values_1])

3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

¿@helioandrade

¿Puede proporcionar algunos datos de muestra (datos ficticios) y el resultado esperado para ayudarnos a comprender mejor sus requisitos, así como las medidas utilizadas en [VOLUMEN 2020 COM % CRESC]?

Tal vez pueda probar la función SUMMARIZECOLUMNS (DAX). No necesita una tabla base.

Saludos
Equipo de soporte de la comunidad _ Jing
Si esta publicación ayuda, por favor acéptala como Solución para ayudar a otros miembros a encontrarla.

Syndicate_Admin
Administrator
Administrator

@helioandrade , Puedes tener como

summarize(fact_table_4, //table join with all dim

dim_table_1.column_a,

dim_table_2.columns_b,

dim_table_3.columns_c,

"_Measure", suma(fact_table_4[columns_d]) * Suma(table_whatif[values_1])

)

tks para ayudar,
pero esto no funciona

helioandrade_1-1638786481779.png

Estoy probando esto:

Tabela2 = RESUMIR(base,TRACK[PISTA PRECO],TD_SEGMENTO_MERCADO[SEGMENTO DE MERCADO],TD_CATEGORIA[CATEGORÍA],"volumen", [VOLUMEN 2020 CON % CRESC])

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.