Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi!
I want to SUM the amout of time it takes to deliver to these places. The problem is where I have duplicates it only sum once.
So for example 682P25 is only sum:ed once 270 not 540 as I want it to be. As you can se on entry-time these are two different deliveries.
So I want the total amount in the right column in my card. The data is form two tables. One table contains Address and the expected delivery time.
Solved! Go to Solution.
Hi @RickardBengzon ,
Check the measure.
Hi @RickardBengzon ,
Check the measure.
Hello,
I think you can try to use a measure with SUMX. It will be something like:
@RickardBengzon , if duplicate was created because of relation it will not come in total
Get duplicate in total - Correct table name
Sumx(Summarize(Table1, Table[Parcel ID], Table1[Entery Time], Table2[Delivery Address Short], "_1", Sum(Table2[Time]) ) , [_1])
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!