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
martinsdaniele
Frequent Visitor

How can I sum two measures?

Hello,

 

It seems very dumb but I can't figure out how to sum two measures I've created.

In a very simple way, my data looks like the table below. I have a change between two materials and to get the total of itens changed I've created two measures, one for the total of items getting in and one for the one's getting out.

 

But I need to know how many in's and out's I have. Is there a way to sum the measures created?

Tried the one + other but it didn't work.

 
InOut
AA123   RR123
AA456 TT456
BB789 YY789

 

For instance, the table above should give me a total of 6.

1 ACCEPTED SOLUTION
Greg_Deckler
Super User
Super User

@martinsdaniele Must be more to the story here because if you had two measures like:

In Measure = COUNTROWS('Table'[In])

Out Measure = COUNTROWS('Table'[Out])

 

You could create a measure: Total Ins and Outs = [In Measure] + [Out Measure]

 

If you put that into a card visualization that would give you 6. But, like I said, I am assuming that there is more to this.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

1 REPLY 1
Greg_Deckler
Super User
Super User

@martinsdaniele Must be more to the story here because if you had two measures like:

In Measure = COUNTROWS('Table'[In])

Out Measure = COUNTROWS('Table'[Out])

 

You could create a measure: Total Ins and Outs = [In Measure] + [Out Measure]

 

If you put that into a card visualization that would give you 6. But, like I said, I am assuming that there is more to this.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.