Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Syndicate_Admin
Administrator
Administrator

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 understands what I want to calculate.

As always, thank you so much for all your help and support.

Best regards

Imagen suma líneas de factura.png

Jose Luis

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

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

View solution in original post

7 REPLIES 7
Syndicate_Admin
Administrator
Administrator

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
Administrator
Administrator

I agree. I prepare it and share it.

Thanks again.

Best regards

Syndicate_Admin
Administrator
Administrator

Hello

For confidentiality I can not reproduce the data of my client, but I can simulate them with another image that I attached. It is true that my previous explanation was not correct. Here I explain what I want.Suma pax.png

Thank you very much again.

Best regards

@Syndicate_Admin 

It would be better if you could create a sample data similar to what you have and also provide a desired output. The above attached image is confusing.

 

Regard,

Naveen

Syndicate_Admin
Administrator
Administrator

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

Please post a sample of data that would be involved in calculation and visual.

NaveenGandhi
Memorable Member
Memorable Member

Hello @Syndicate_Admin 

Try the below Dax.

Total =
CALCULATE (
SUM ( 'Table'[Cantidad] ),
ALLEXCEPT ( 'Table', 'Table'[Factura] )
)
Let me know if this helps!

If this post helps, then please consider Accept it as the solution to help the others find it more quickly. Appreciate you kudos!!


Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.