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
Anonymous
Not applicable

Matrix table returning total for each row

Hi everyone, 

 

A year ago I created a formula, the [Closed] is a measure: 

 

Capture.JPG

 
 

The main goal was to aggregate the total numbers for each item, second column: 

 

Capture.JPG


For some reason, I want to use the source table's column from now on, but I am not able to deliver the same, I tried everything variables all of the sum and filtering options, but always returning the non-aggregated values

 

Capture.JPG

 

Is it possible to returning totals for each row without measure at all? 

 

Thank you!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

So, I found the solution and it was totally understandable why the aggregation didn't work, In the matrix table's rows section there were 2 groups: 

 

Capture.JPG

 

Since the calculation did not contain the [Related assignment group] field, the calc has failed to work. So I eliminated the mentioned field and voila: 

 

Capture.JPG

 

The only issue that I have to eliminate the rows without value and this is possible with an ISINSCOPE function, so here is the right calculation: 

Capture.JPG

 

 

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

So, I found the solution and it was totally understandable why the aggregation didn't work, In the matrix table's rows section there were 2 groups: 

 

Capture.JPG

 

Since the calculation did not contain the [Related assignment group] field, the calc has failed to work. So I eliminated the mentioned field and voila: 

 

Capture.JPG

 

The only issue that I have to eliminate the rows without value and this is possible with an ISINSCOPE function, so here is the right calculation: 

Capture.JPG

 

 

Hi @Anonymous ,

 

I am glad that you have found the solution by yourself. You could accept your own reply to help the other members find it more quickly. Thank you for your contribution!

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
v-eachen-msft
Community Support
Community Support

Hi @Anonymous ,

 

You could try the following DAX:

Measure 2 =
SUMX ( ALLSELECTED ( 'Table'[Tier2] ), [Measure] )

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
Greg_Deckler
Super User
Super User

Well, you could create a new column in your table that would have the total but generally no, there is no Count ALL default aggregation


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