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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello,
I have the challenge with the Dax formula. I want a new table that contains only the total from the detail table.
Example:
| Produkt | Cost |
| A | 50 |
| B | 60 |
| C | 4 |
| A | 55 |
| B | 75 |
| C | 245 |
| A | 188.6 |
| B | 219.2 |
| C | 249.8 |
| A | 280.4 |
| B | 311 |
| C | 341.6 |
| A | 372.2 |
| B | 402.8 |
| C | 433.4 |
| A | 946.2 |
| B | 1068 |
| C | 1273.8 |
We can i this do it? I trying whit lookupvalue +sum, but no sucess.
Can anyone help me with this? Many thanks in advance!
Simon
Thank for the answer. We function the code, when the code one existing table paste?
Example:
| Category | Produkt | Cost |
| Car | A | 946.2 |
| Train | B | 1068 |
| Bike | C | 1273.8 |
Simon
Hi,
Try this:
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Proud to be a Super User!
hello @Simon_Br try the summarize functio
New Table = SUMMARIZE('Table','Table'[Produkt],"Total Cost",SUM('Table'[Cost]))
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 19 | |
| 10 | |
| 6 | |
| 6 | |
| 5 |