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
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.


Follow on LinkedIn
@ 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.


Follow on LinkedIn
@ 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
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.