Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (11.1k points)

I have tried to calculate Mean Average Percentage error by using the following measure:

[ABS(Actuals - Forecast)/Actuals]

For the following data

MAPE_Dataset

I want the total should be around 5.88 but it is showing 0.52,

How can i resolve it? 

1 Answer

0 votes
by (22.5k points)

Use the following measure:

VAR _mytable = SELECTCOLUMNS(FactTable, "MAPE", ABS(Actuals - Forecast)/Actuals)) Return Sumx(_mytable, [MAPE])

Want to learn more about Power BI? Check out today: Power BI course     

Related questions

0 votes
1 answer
asked Dec 24, 2020 in BI by Chris (11.1k points)
0 votes
1 answer
asked Dec 23, 2020 in BI by Chris (11.1k points)
0 votes
1 answer
0 votes
1 answer
asked Mar 28, 2021 in BI by Chris (11.1k points)

Browse Categories

...