Hi All, I have these Measure
Avg ADF 10K = AVERAGEX(VALUES('Date Table'[Date]),[2019/20 ADF])
I’m trying to average 2019/20 ADF.
I also want to use it in a chart, such that it is fixed line like this:
Which is why I created this measure:
National ADF Average = CALCULATE([Avg ADF 10K], ALL())
Breaking it down:
**
> 2019/20 ADF = DIVIDE([Total ADF], [Total Pop 10K] )
**
** Total ADF** = CALCULATE(
SUM('Dwelling Fires'[Total Dwelling Fires]),
FILTER('Dwelling Fires', 'Dwelling Fires'[Accidental or Deliberate] = "Accidental"))
Total Pop 10K = SUM(Population[Population 10000] )
Question is this:
What is the best way to calculate the Average of
“2019/20 ADF”
am I ok, using “
Avg ADF 10K
”
2ndly, what is the best way to fix it on a Line and column chart
PBIX file is attached showing the relationships. Thank youBenchmarking reports learn.pbix (1.0 MB)