Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Solved! Go to Solution.
then it's even simpler
Static r = CALCULATE([80% of revenue],ALLSELECTED(TableName))
you need to replace red syntax with whatever is relevant for you
Static r = CALCULATE(SUM(TableName[ColumnName]),ALLSELECTED(TableName))
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 ?
then it's even simpler
Static r = CALCULATE([80% of revenue],ALLSELECTED(TableName))
It worked. Thanks 🙂
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!