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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Bryanna
Helper II
Helper II

Incorrect Totals

Hi,

 

I have the following table  where it is not providing the correct total. This should reflect 125,126. The count of shipment is a distinctcount of my shipment column.

 

Thanks for the help!

 

Bryanna_1-1666902347716.png

 

 

1 ACCEPTED SOLUTION
eliasayy
Impactful Individual
Impactful Individual

hello can you please try :

Correct Total = IF(HASONEFILTER(table[Custom 1]),[Your Measure],SUMX(VALUES(table[Custom 1),[Your Measure]))

View solution in original post

2 REPLIES 2
Bryanna
Helper II
Helper II

that worked! thanks so much!

eliasayy
Impactful Individual
Impactful Individual

hello can you please try :

Correct Total = IF(HASONEFILTER(table[Custom 1]),[Your Measure],SUMX(VALUES(table[Custom 1),[Your Measure]))

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Kudoed Authors