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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi guys,
I have the next table in Power BI:
I want to create a new table removing duplicates in the column 'IDEXPEDIENTE' with the next characteristics:
Column 'FECHAFACTURA'. Put the last date of the duplicates values
Column 'TOTALBRUTO'. Calculate the sum of 'TOTALBRUTO' values that have the same 'IDEXPEDIENTE'
Column 'TIPOIVA'. Put the number of the last date
Column 'CUOTAIVA'. Calculate the sum of 'CUOTAIVA' values that have the same 'IDEXPEDIENTE'
Column 'TOTALFACTURA'. Calculate the sum of 'TOTALFACTURA' values that have the same 'IDEXPEDIENTE'
Column 'IDFACTURACION'. Put the value of the last date
I should obtain a table similar to the next one:
Thanks in advance.
Regards.
Solved! Go to Solution.
Hello @PwrBI01
Assuming your table name is "Table", try below dax to create new table.
1). Dax method
Go to Table tool and create DAX table, and use below DAX
2).
In PowerQuery you can create this easily using Group BY.
Please let me know if this solves and this is what you were looking for.
Hello @PwrBI01
Assuming your table name is "Table", try below dax to create new table.
1). Dax method
Go to Table tool and create DAX table, and use below DAX
2).
In PowerQuery you can create this easily using Group BY.
Please let me know if this solves and this is what you were looking for.
Thank you very much, option 1 is just what I need.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.