The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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