Forum Discussion
Syndicate_Admin
3 years agoAdministrator
Add rows on an invoice
Good morning community, I've been thinking about a DAX function for a while now that adds all the lines of an invoice, but I can't quite get it. I put an example in an image, so that everyone un...
- 3 years ago
Hello @Syndicate_Admin ,
I finally solved it as follows:
SUMX(VALUES(TABLA[CANTIDAD]),
CALCULATE(MAX(TABLA[PAX])))Thank you very much for your invaluable collaboration!
Best regards
Syndicate_Admin
3 years agoAdministrator
Hi Naveen,
Thank you so much for responding so quickly.
I had already tried this function but it does not work for me.
Best regards
NaveenGandhi
3 years agoMemorable Member
Please post a sample of data that would be involved in calculation and visual.