Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
FUND-PADRAO = [PES_CTBIL_CORRI dividido por Mil] * MAX('Padrao-17'[Especificacao])
I need just calculate the SUM of measure FUND-PADRAO.
https://uploaddeimagens.com.br/imagens/capturar-png-6eaa1456-c5ee-450a-a4cd-fef079080c7e
Thanks !
Solved! Go to Solution.
you can use SUMX and SUMMARIZE
e.g. like here, you just need to adjut the red syntax
Measure = SUMX ( ADDCOLUMNS ( SUMMARIZE ( Table, Table[Column1], Table[Column2] ), "Val", [FUND-PADRAO] ), [Val] )
I don't understand...
Can you help me ?
My project > https://drive.google.com/open?id=14ZA_tbMp1Ca8jAGh_DEJ1cCW91O2-KZX
Hi @Anonymous,
I have requested the access to the file. Please kindly grant the permission if you can. Please don't post sensitive data in the community, which could lead data leak.
Best Regards,
Dale
I managed to solve my mistake.
Thanks to everyone