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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Gaurav_84
Helper I
Helper I

Dax to Filter duplicate

Hi Experts,

 

I am unable to filter duplcate value while performing calculate or sum. I want to show the correct budget amount against my project & GL. Below is an example of how my data look like.

Gaurav_84_0-1626660736038.png

Right now i am getting result as Project A00001 total Budget showing as $960 & Project B00001 is $2,200. which is incorrect.

 

Correct budget figures should be Project A00001 is $480 & Project B00001 is $1100.

 

Regards

Gaurav

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Gaurav_84 , Try a measure like

 

measure =

Sumx(summarize(Table,Table[Project], Table[Budget]), [Budget])

 

or

 

measure =

Sumx(values(Table[Project]),calculate(Max( Table[Budget])))

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Gaurav_84 , Try a measure like

 

measure =

Sumx(summarize(Table,Table[Project], Table[Budget]), [Budget])

 

or

 

measure =

Sumx(values(Table[Project]),calculate(Max( Table[Budget])))

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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