Forum Discussion
Dax Help
- 4 years ago
Hello there Anonymous ! DO you need the SUMX() in the formula or does a SUM() work? Try and see if this works:
penn = var _newunit = SUM('Detail'[new unit]) var _regs = SUM( 'Dealer Summary'[Regs]) return Divide ( _newunit, _regs )Hope this answer solves your problem! If you need any additional help please tag me in your reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️ or give it a kudoe 👍
Thanks!
Best regards,
Gonçalo Geraldes - Anonymous4 years ago
Seems to be related to the tables, relationships and dates
Hello there Anonymous ! DO you need the SUMX() in the formula or does a SUM() work? Try and see if this works:
penn =
var _newunit = SUM('Detail'[new unit])
var _regs = SUM( 'Dealer Summary'[Regs])
return
Divide ( _newunit, _regs ) Hope this answer solves your problem! If you need any additional help please tag me in your reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️ or give it a kudoe 👍
Thanks!
Best regards,
Gonçalo Geraldes
Seems to be related to the tables, relationships and dates