It looks like you're new here. If you want to get involved, click one of these buttons!
Error Message:When I look at specific currencies there is no problem.
MdxScript(Model) (89, 187) Calculation error in measure 'Report'[Equity Value]: A table of multiple values was supplied where a single value was expected.
Comments
It appears that you have quotes for 3 symbols that are not defined in the symbol table. But you need to find these symbols. In a few hours I will go on vacation, so I do not have more time to investigate.
So find quotes for symbols that are not defined and either remove quotes or add symbols to Symbol table.
I coded on purpose to fail refresh, but my attempt was to prevent refresh when there are duplicate quotes. As a side effect, when there are undefined symbols, then refresh fails too.
Simple fix is also to change formula.
In the release Report[Equity Value] formula is: I changed that to: I will send you back PowerBI desktop with this change. Basically, all I fix is change VALUES to SUM in the place that returns last price.