Forum Discussion
ajin
Helper II
8 years agoshowing 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 a...
- 8 years ago
then it's even simpler
Static r = CALCULATE([80% of revenue],ALLSELECTED(TableName))
ajin
Helper II
8 years agoStatic r = CALCULATE(SUM(TableName[ColumnName]),ALLSELECTED(TableName))
this works but in my case i am using a measure (80% of revenue) hence any alternative ?