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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
ajin
Helper II
Helper II

showing summarised value which can be dynamic

 

Hi guys, new in pbi, hence needed your help. How do i show a column sum throughout all rows such as the value in static r. Currently i hard coded it as a static value ( static r = 352493410) but as the  data refresh's i want to show it change dynamically (since the total can change) while remaining as a static total through out the  rows in the column.

 

 

 

static revenue.PNG

 

 

 

 

1 ACCEPTED SOLUTION
Stachu
Community Champion
Community Champion

then it's even simpler

Static r = CALCULATE([80% of revenue],ALLSELECTED(TableName))


Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

View solution in original post

4 REPLIES 4
Stachu
Community Champion
Community Champion

you need to replace red syntax with whatever is relevant for you

Static r = CALCULATE(SUM(TableName[ColumnName]),ALLSELECTED(TableName))


Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Static r = CALCULATE(SUM(TableName[ColumnName]),ALLSELECTED(TableName))



this works but in my case i am using a measure (80% of revenue) hence any alternative ?
Stachu
Community Champion
Community Champion

then it's even simpler

Static r = CALCULATE([80% of revenue],ALLSELECTED(TableName))


Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

It worked. Thanks 🙂 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors