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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Anonymous
Not applicable

Percentages calculation

Hi All,

 

I have created a matrix as you can see below.

The total of column 'Values' based on selected filters is 4,2M (year 2019 and 2020 are not selected).

 

I would like to create a new column in this matrix which will show in every row the total of column 'Values' ( 4,2M ).

Do you know how to solve that problem? 

 

Thanks!

 

Newuser13_0-1663249458772.png

 

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @Anonymous 

 

You can try the following methods.

Total = CALCULATE(SUM('Table'[Values]),ALLSELECTED('Table'))

vzhangti_0-1663574649578.png

The Total value is also updated as the slicer changes.

vzhangti_1-1663574752013.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-zhangti
Community Support
Community Support

Hi, @Anonymous 

 

You can try the following methods.

Total = CALCULATE(SUM('Table'[Values]),ALLSELECTED('Table'))

vzhangti_0-1663574649578.png

The Total value is also updated as the slicer changes.

vzhangti_1-1663574752013.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Arul
Super User
Super User

@Anonymous ,

you can try,

 

Measure name = calculate(measure/column,ALLSELECTED(year)) 
or
Measure name = calculate(measure/column,ALLSELECTED())

 

Thanks,





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


negi007
Community Champion
Community Champion

@Anonymous 

 

create a new column like below

total = sum(values)

 

it will show the total




Did I answer your question? Mark my post as a solution!
Appreciate your Kudos



Proud to be a Super User!


Follow me on linkedin

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.