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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
deniselias
Frequent Visitor

Help with equal values

Hello guys,

 

I need help with a situation:

 

A table with a currency data source contains 11 rows but I cannot remove duplicates, my need is to take the first row only because the expression is adding up all 11 rows.

 

I using the following expression and this is my currency data: (I can't leave a line just)

deniselias_0-1620684176144.png

And this is the calculation displayed:

deniselias_1-1620684459935.png

 

Could I somehow use ALLEXCEPT or DISTINCT or DISTINCTCOUNT or COUNTROWS?

 

Thanks

 

@v-yiruan-msft 

 

 

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi, @deniselias 

I am not sure how you wrote your current measure, but please try writing something like below.

 

New measure =
SUMX (
VALUES ( [the column that you are using in your current measure] ),
[your current measure]
)

 

Or, please share your sample pbix file's link here, then I can try to look into it to come up with a more accurate measure.

 

Hi, My name is Jihwan Kim.

 

If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

 

Linkedin: linkedin.com/in/jihwankim1975/

Twitter: twitter.com/Jihwan_JHKIM

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


View solution in original post

1 REPLY 1
Jihwan_Kim
Super User
Super User

Hi, @deniselias 

I am not sure how you wrote your current measure, but please try writing something like below.

 

New measure =
SUMX (
VALUES ( [the column that you are using in your current measure] ),
[your current measure]
)

 

Or, please share your sample pbix file's link here, then I can try to look into it to come up with a more accurate measure.

 

Hi, My name is Jihwan Kim.

 

If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

 

Linkedin: linkedin.com/in/jihwankim1975/

Twitter: twitter.com/Jihwan_JHKIM

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.