Forum Discussion
cottrera
Post Prodigy
5 years agoDAX Average & Model issue
Hi I am trying to visualise the average repairs spend for all properties in a visual table. I would like to still see the property that have no repairs. Also when I filter the types of repairs. ...
- 5 years ago
Spend = SUM( REPAIRS[Spend over 5 years] ) + 0
CNENFRNL
Community Champion
5 years agoSpend = SUM( REPAIRS[Spend over 5 years] ) + 0