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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors