Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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