Forum Discussion
EduardD
Advocate III
1 year agosumx in visual calcautions
The quesion is about Visaul Calculations (preview) in Power BI: Formula: ColumnCount = SUMX(VALUES([Product]), 1) and Formula: ColumnCount = Calculate(SUMX(VALUES([Product]), 1)) return 1 ...
- 1 year ago
EduardD Here is one way:
Calculation = EXPAND( SUM( [Measure] ), ROWS )
Greg_Deckler
Community Champion
1 year agoEduardD Here is one way:
Calculation = EXPAND( SUM( [Measure] ), ROWS )