I have a problem with Google Data Studio.
I'm adding my sheet as a data source and.
There's one column in this sheet based on this formula:
=iferror(D2*index(query(GOOGLEFINANCE(CONCATENATE("CURRENCY:",C2,"PLN"),"price",B2-1, B2,"daily"),"select Col2"),2,1),"0")
This basically calculates the value in PLN based on the date in col B, currency in col C and the amount in col D.
Google Data studio should get the result of this formula and treat that as a value.
Instead, it doesn't see any value at all displaying 0 for the whole column.
Does anyone have an idea how to fix or work around that?