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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Anonymous
Not applicable

Measure to average fare excluding the duplicates

Hello,

 

I have a table like this below where some rows are duplicates (due to reason so I cannot delete them), I woud like a measure that permit to calculate the avereage Fare for each resource taking fare only once for project. 

 

AAA shuold be (100+250)/2 and not (100+250+100)/3

 

 

ResourceFareProject
AAA100A111
BBB200A111
CCC350B222
DDD135C333
AAA250C333
BBB350B222
CCC450C333
DDD450B222
CCC450C333
DDD450B222
DDD300D444
AAA100A111

 

this is the table of correct averege result:

 

 Avarege
AAA175
BBB275
CCC400
DDD295

 

I don't know which is the best solution to solve this problem if measure or trough new table.

 

Could yu please help me?

 

Thank

 

GV

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , try measure like


averageX(summarize(Table,Table[Project],Table[Resource], Table[Fare]), [Fare])

 

or

 

averageX(summarize(Table,Table[Project],Table[Resource], "_1", max(Table[Fare])), [_1])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , try measure like


averageX(summarize(Table,Table[Project],Table[Resource], Table[Fare]), [Fare])

 

or

 

averageX(summarize(Table,Table[Project],Table[Resource], "_1", max(Table[Fare])), [_1])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.