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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
GregVia
Frequent Visitor

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

@GregVia , 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])

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

@GregVia , 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])

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.